mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
46f26024dc
commit
8d16ed8425
4
third-party/cJSON/CMakeLists.txt
vendored
4
third-party/cJSON/CMakeLists.txt
vendored
@ -23,6 +23,10 @@ set_target_properties (
|
||||
FOLDER Lib
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(cJSON m)
|
||||
endif()
|
||||
|
||||
install(
|
||||
TARGETS cJSON
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user