mirror of https://github.com/Icinga/icinga2.git
parent
46f26024dc
commit
8d16ed8425
|
@ -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…
Reference in New Issue