Bring aboard first version of ping check project
[pingcheck] / CMakeLists.txt
CommitLineData
4ea9706c
GMF
1cmake_minimum_required( VERSION 2.6 )
2
3project( pinger CXX )
4
5# set the directory where the executable will be placed
6set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
7
8# set the directory where the make install places the executable
9#set( CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR} )
10
11add_subdirectory( src )