mirror of https://github.com/Icinga/icinga2.git
Fix whitespace
This commit is contained in:
parent
9ed21563ff
commit
3f9ce38fd0
|
@ -28,11 +28,11 @@ if ( WIN32 )
|
|||
|
||||
list( APPEND check_SOURCES
|
||||
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} )
|
||||
string ( REGEX REPLACE ".cpp\$" "" check_OUT "${source}" )
|
||||
|
||||
|
||||
add_executable ( ${check_OUT} ${source} )
|
||||
target_link_libraries( ${check_OUT} thresholds Shlwapi.lib ${Boost_PROGRAM_OPTIONS_LIBRARY} )
|
||||
|
||||
|
@ -45,14 +45,14 @@ if ( WIN32 )
|
|||
|
||||
target_link_libraries( check_load 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_uptime ${Boost_SYSTEM_LIBRARY} )
|
||||
target_link_libraries( check_users wtsapi32.lib )
|
||||
|
||||
install (
|
||||
TARGETS check_disk check_load check_memory check_network check_procs check_ping
|
||||
check_service check_swap check_update check_uptime check_users
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
|
||||
|
||||
endif()
|
||||
check_service check_swap check_update check_uptime check_users
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue