mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
10 lines
193 B
CMake
10 lines
193 B
CMake
project(tests)
|
|
|
|
set(DOCTESTINC ${PROJECT_SOURCE_DIR}/Include)
|
|
|
|
enable_testing()
|
|
add_subdirectory(TactilityCore)
|
|
|
|
add_custom_target(build-tests)
|
|
add_dependencies(build-tests TactilityCoreTests)
|