File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919[submodule "System2 "]
2020 path = External/System2
2121 url = https://github.com/Neko-Box-Coder/System2.git
22+ [submodule "rapidyaml "]
23+ path = External/rapidyaml
24+ url = https://github.com/biojppm/rapidyaml.git
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ option(RUNCPP2_UPDATE_DEFAULT_YAMLS "Update default yaml files" OFF)
1212add_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /External/CLI11" )
1313add_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /External/ssLogger" )
1414add_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /External/yaml-cpp" )
15+ add_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /External/rapidyaml" )
1516
1617# =========================================================================
1718# filesystem
@@ -80,7 +81,7 @@ add_executable(runcpp2 "${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/Data/CompilerInfo
8081target_include_directories (runcpp2 PRIVATE "${CMAKE_CURRENT_LIST_DIR} /Include"
8182 "${CMAKE_CURRENT_LIST_DIR} /External/cfgpath" )
8283
83- target_link_libraries (runcpp2 PRIVATE CLI11::CLI11 ssLogger yaml-cpp ghc_filesystem System2)
84+ target_link_libraries (runcpp2 PRIVATE CLI11::CLI11 ssLogger yaml-cpp ghc_filesystem System2 ryml::ryml )
8485
8586if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" )
8687 set (STANDARD_COMPILE_FLAGS "/utf-8;/W1" )
You can’t perform that action at this time.
0 commit comments