1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00
Files
libtins/tests/CMakeLists.txt
2017-03-21 19:04:33 -07:00

7 lines
219 B
CMake

SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/tests)
INCLUDE_DIRECTORIES(${gtest_INCLUDE_DIRS})
ADD_SUBDIRECTORY(src)
IF (ENABLE_ACTIVE_TESTS AND LIBTINS_ENABLE_PCAP)
ADD_SUBDIRECTORY(active_tests)
ENDIF()