Removed useless classes
[pingcheck] / CMakeLists.txt
CommitLineData
ced28dc7
GMF
1# project definitions
2project( libpingcheck CXX )
3set( VERSION 0.0.1 )
4ea9706c
GMF
4cmake_minimum_required( VERSION 2.6 )
5
4ea9706c
GMF
6# set the directory where the executable will be placed
7set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
8
9# set the directory where the make install places the executable
10#set( CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR} )
11
ced28dc7 12# more build in the source folder
4ea9706c 13add_subdirectory( src )