repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmake: supernova - missing include_directories() for Jack
[supercollider.git]
/
external_libraries
/
yaml-cpp-0.2.6
/
test
/
CMakeLists.txt
blob
9e318f139882c7b9f4f8eb9cc1360156db6e72f4
1
file(GLOB test_headers [a-z]*.h)
2
file(GLOB test_sources [a-z]*.cpp)
3
4
add_executable(run-tests
5
${test_sources}
6
${test_headers}
7
)
8
target_link_libraries(run-tests yaml-cpp)
9
10
add_test(yaml-reader-test run-tests)