mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
Fix whitespace
This commit is contained in:
parent
9ed21563ff
commit
3f9ce38fd0
@ -28,7 +28,7 @@ if ( WIN32 )
|
|||||||
|
|
||||||
list( APPEND check_SOURCES
|
list( APPEND check_SOURCES
|
||||||
check_disk.cpp check_load.cpp check_memory.cpp check_network.cpp check_ping.cpp check_procs.cpp
|
check_disk.cpp check_load.cpp check_memory.cpp check_network.cpp check_ping.cpp check_procs.cpp
|
||||||
check_service.cpp check_swap.cpp check_update.cpp check_uptime.cpp check_users.cpp )
|
check_service.cpp check_swap.cpp check_update.cpp check_uptime.cpp check_users.cpp )
|
||||||
|
|
||||||
foreach ( source ${check_SOURCES} )
|
foreach ( source ${check_SOURCES} )
|
||||||
string ( REGEX REPLACE ".cpp\$" "" check_OUT "${source}" )
|
string ( REGEX REPLACE ".cpp\$" "" check_OUT "${source}" )
|
||||||
@ -45,14 +45,14 @@ if ( WIN32 )
|
|||||||
|
|
||||||
target_link_libraries( check_load Pdh.lib )
|
target_link_libraries( check_load Pdh.lib )
|
||||||
target_link_libraries( check_network Pdh.lib )
|
target_link_libraries( check_network Pdh.lib )
|
||||||
target_link_libraries( check_ping Ntdll.lib iphlpapi.lib Ws2_32.lib )
|
target_link_libraries( check_ping Ntdll.lib iphlpapi.lib Ws2_32.lib )
|
||||||
target_link_libraries( check_procs Pdh.lib )
|
target_link_libraries( check_procs Pdh.lib )
|
||||||
target_link_libraries( check_uptime ${Boost_SYSTEM_LIBRARY} )
|
target_link_libraries( check_uptime ${Boost_SYSTEM_LIBRARY} )
|
||||||
target_link_libraries( check_users wtsapi32.lib )
|
target_link_libraries( check_users wtsapi32.lib )
|
||||||
|
|
||||||
install (
|
install (
|
||||||
TARGETS check_disk check_load check_memory check_network check_procs check_ping
|
TARGETS check_disk check_load check_memory check_network check_procs check_ping
|
||||||
check_service check_swap check_update check_uptime check_users
|
check_service check_swap check_update check_uptime check_users
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
|
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
|
||||||
|
|
||||||
endif()
|
endif()
|
Loading…
x
Reference in New Issue
Block a user