Compare commits

...

2 commits

Author SHA1 Message Date
7d9e0ddf18 Less deps 2025-02-16 21:22:35 +03:00
a08af9c115 Exclude nlohmann_json 2025-02-16 21:22:18 +03:00
2 changed files with 0 additions and 2 deletions

View file

@ -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)
####################################################### #######################################################

View file

@ -1,5 +1,4 @@
[requires] [requires]
nlohmann_json/3.11.3
catch2/3.8.0 catch2/3.8.0
[generators] [generators]