Mercurial > hg > sv-dependency-builds
view src/portaudio_20140130/test/CMakeLists.txt @ 132:42a73082be24
Current Capnp libs and headers from git
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 20 Oct 2016 18:15:38 +0100 |
parents | e3d5853d5918 |
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)