mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +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
|
FOLDER Lib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
|
target_link_libraries(cJSON m)
|
||||||
|
endif()
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS cJSON
|
TARGETS cJSON
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user