made nicer static variables of packet dump mode and location
[pingcheck] / test / CMakeLists.test_logoutput.txt
CommitLineData
e3c7d9ac
GMF
1# compiler: creates the binaries
2add_executable(test_logoutput
3 test_logoutput.cpp
780b0bca 4 ${CMAKE_SOURCE_DIR}/src/boost_assert_handler.cpp
e3c7d9ac
GMF
5 ${CMAKE_SOURCE_DIR}/src/host/logoutput.cpp
6)
7
8# linker: link the program against the libraries
9target_link_libraries(
10 test_logoutput
11 ${I2NCOMMON_LIBRARIES}
12 ${Boost_LIBRARIES}
13)
14
15# cmake: invocation via "make test"
16add_test(test_logoutput test_logoutput)