mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
6 lines
133 B
CMake
6 lines
133 B
CMake
INCLUDE_DIRECTORIES(${gtest_INCLUDE_DIRS})
|
|
ADD_SUBDIRECTORY(src)
|
|
|
|
IF (ENABLE_ACTIVE_TESTS)
|
|
ADD_SUBDIRECTORY(active_tests)
|
|
ENDIF() |