Mercurial > hg > sv-dependency-builds
view src/portaudio_20140130/test/CMakeLists.txt @ 75:8f7fd4420df7
Add some cross-platform Boost headers
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 16:31:25 +0000 |
parents | 7ddb4fc30dac |
children |
line wrap: on
line source
# 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)