We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a1924 commit 901cdbbCopy full SHA for 901cdbb
CMakeLists.txt
@@ -48,8 +48,6 @@ target_include_directories(valve-bsp-parser PUBLIC
48
49
target_link_libraries(valve-bsp-parser PRIVATE lzma)
50
51
-# /MT in MSVC compiler. Do check if we can use shared-mutex in gcc and clang
52
- set_property(TARGET valve-bsp-parser PROPERTY
53
- MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
+
54
55
# TODO: Dodaj testy i zainstaluj elementy docelowe w razie potrzeby.
include/valve-bsp-parser/core/requirements.hpp
@@ -17,6 +17,8 @@
17
#include <fstream>
18
#include <string>
19
#include <vector>
20
+#include <unordered_map>
21
+#include <sstream>
22
23
24
// check for nodiscard
0 commit comments