Less deps
This commit is contained in:
parent
a08af9c115
commit
7d9e0ddf18
1 changed files with 0 additions and 1 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)
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
Loading…
Reference in a new issue