File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[submodule "lib/args "]
55 path = lib/args
66 url = https://github.com/Taywee/args.git
7- [submodule "lib/cpp-feather-ini-parser "]
8- path = lib/cpp-feather-ini-parser
9- url = https://github.com/TheAssassin/cpp-feather-ini-parser.git
107[submodule "lib/boost-filesystem "]
118 path = lib/boost-filesystem
129 url = https://github.com/boostorg/filesystem.git
7976[submodule "lib/googletest "]
8077 path = lib/googletest
8178 url = https://github.com/google/googletest
79+ [submodule "lib/boost-lexical_cast "]
80+ path = lib/boost-lexical_cast
81+ url = https://github.com/boostorg/lexical_cast
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ add_library(args INTERFACE)
99target_sources (args INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /args/args.hxx )
1010target_include_directories (args INTERFACE args )
1111
12- add_subdirectory (cpp-feather-ini-parser )
13-
1412if (NOT USE_SYSTEM_BOOST)
1513 add_library (boost_config INTERFACE )
1614 set_property (TARGET boost_config PROPERTY INTERFACE_INCLUDE_DIRECTORIES "$<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /boost -config /include >" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments