mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-05-04 18:52:34 -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)
|