cmake: supernova - missing include_directories() for Jack
[supercollider.git] / external_libraries / yaml-cpp-0.2.6 / test / CMakeLists.txt
blob9e318f139882c7b9f4f8eb9cc1360156db6e72f4
1 file(GLOB test_headers [a-z]*.h)
2 file(GLOB test_sources [a-z]*.cpp)
4 add_executable(run-tests
5         ${test_sources}
6         ${test_headers}
8 target_link_libraries(run-tests yaml-cpp)
10 add_test(yaml-reader-test run-tests)