Compare commits

..

No commits in common. "7d9e0ddf18787e91059852125b529c1905c823a3" and "123aa2b7dcfdd1a6322c9c6c8cf22ce0e46b69a1" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
find_package(nlohmann_json)
add_library(zecsy STATIC zecsy.hpp)
target_link_libraries(zecsy ${PROJECT_DEPS} nlohmann_json::nlohmann_json)
set_target_properties(zecsy PROPERTIES LINKER_LANGUAGE CXX)
#######################################################

View file

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