summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2018-08-08 10:30:51 -0400
committerStephen Sinclair <radarsat1@gmail.com>2018-08-08 10:30:51 -0400
commitf4061fcddede498baf9c7315c3922eb60b23bb40 (patch)
treece5a71f320ef7124d11452a7a49b71430d45a300 /tests/CMakeLists.txt
parentecafdd6f4189aa718b98292bd3dd4ef568be606b (diff)
parent021928773bfbf9b25505677451ee197b1fe006b6 (diff)
Merge remote-tracking branch 'upstream/pr/136'
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5c08f6d..0040065 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -20,6 +20,9 @@ target_link_libraries(record ${LIBRTAUDIO} ${LINKLIBS})
add_executable(duplex duplex.cpp)
target_link_libraries(duplex ${LIBRTAUDIO} ${LINKLIBS})
+add_executable(apinames apinames.cpp)
+target_link_libraries(apinames rtaudio_static ${LINKLIBS})
+
add_executable(testall testall.cpp)
target_link_libraries(testall ${LIBRTAUDIO} ${LINKLIBS})