mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-30 19:29:57 -05:00
7 lines
157 B
CMake
7 lines
157 B
CMake
# first build dependencies for tests
|
|
add_subdirectory(simple_library)
|
|
add_subdirectory(simple_executable)
|
|
|
|
# now include actual tests
|
|
add_subdirectory(core)
|