We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8498dc0 commit ff862caCopy full SHA for ff862ca
Build.bat
@@ -2,7 +2,7 @@
2
3
setlocal
4
5
-mkdir Build || goto :error
+mkdir Build
6
7
pushd Build || goto :error
8
CMakeLists.txt
@@ -92,8 +92,7 @@ add_executable(runcpp2 "${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/Data/CompilerInfo
92
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/StringUtil.cpp"
93
)
94
95
-target_include_directories(runcpp2 PRIVATE "${CMAKE_CURRENT_LIST_DIR}/Include"
96
- "${CMAKE_CURRENT_LIST_DIR}/External/cfgpath")
+target_include_directories(runcpp2 PRIVATE "${CMAKE_CURRENT_LIST_DIR}/Include")
97
98
target_link_libraries(runcpp2 PRIVATE ssLogger ghc_filesystem System2 ryml::ryml)
99
0 commit comments