Mercurial > hg > sv-dependency-builds
diff src/portaudio_20140130/test/CMakeLists.txt @ 124:e3d5853d5918
Current stable PortAudio source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:11:05 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/portaudio_20140130/test/CMakeLists.txt Tue Oct 18 13:11:05 2016 +0100 @@ -0,0 +1,9 @@ +# Test projects +# Use the macro to add test projects + +MACRO(ADD_TEST appl_name) + ADD_EXECUTABLE(${appl_name} "${appl_name}.c") + TARGET_LINK_LIBRARIES(${appl_name} portaudio_static) +ENDMACRO(ADD_TEST) + +ADD_TEST(patest_longsine)