mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-19 09:45:16 -05:00
9 lines
210 B
CMake
9 lines
210 B
CMake
set(TEST_DATA_DIR ${CMAKE_CURRENT_SOURCE_DIR}/data)
|
|
|
|
# first build dependencies for tests
|
|
add_subdirectory(simple_library)
|
|
add_subdirectory(simple_executable)
|
|
|
|
# now include actual tests
|
|
add_subdirectory(core)
|