Fix whitespace

This commit is contained in:
Jean-Marcel Flach 2015-02-27 15:12:45 +01:00
parent 9ed21563ff
commit 3f9ce38fd0
1 changed files with 7 additions and 7 deletions

View File

@ -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()