Compare commits
2 commits
123aa2b7dc
...
7d9e0ddf18
Author | SHA1 | Date | |
---|---|---|---|
7d9e0ddf18 | |||
a08af9c115 |
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
find_package(nlohmann_json)
|
find_package(nlohmann_json)
|
||||||
|
|
||||||
add_library(zecsy STATIC zecsy.hpp)
|
add_library(zecsy STATIC zecsy.hpp)
|
||||||
target_link_libraries(zecsy ${PROJECT_DEPS} nlohmann_json::nlohmann_json)
|
|
||||||
set_target_properties(zecsy PROPERTIES LINKER_LANGUAGE CXX)
|
set_target_properties(zecsy PROPERTIES LINKER_LANGUAGE CXX)
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[requires]
|
[requires]
|
||||||
nlohmann_json/3.11.3
|
|
||||||
catch2/3.8.0
|
catch2/3.8.0
|
||||||
|
|
||||||
[generators]
|
[generators]
|
||||||
|
|
Loading…
Reference in a new issue