diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-08-08 11:55:39 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-08-08 11:55:39 -0400 |
| commit | 3d054aec68641b049c102d20632a1eb618355a6f (patch) | |
| tree | d5cf7f0210939376e5d56b49a66ae3723f364fb1 /tests/CMakeLists.txt | |
| parent | f4061fcddede498baf9c7315c3922eb60b23bb40 (diff) | |
Use a map for API names
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0040065..5847027 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,7 +21,7 @@ add_executable(duplex duplex.cpp) target_link_libraries(duplex ${LIBRTAUDIO} ${LINKLIBS}) add_executable(apinames apinames.cpp) -target_link_libraries(apinames rtaudio_static ${LINKLIBS}) +target_link_libraries(apinames ${LIBRTAUDIO} ${LINKLIBS}) add_executable(testall testall.cpp) target_link_libraries(testall ${LIBRTAUDIO} ${LINKLIBS}) |
