scide: implement selectionLength for openDocument
[supercollider.git] / external_libraries / yaml-cpp-0.3.0 / test / CMakeLists.txt
blob241c19ef8abdca5869ecf1bb1a80c80bd370b652
1 file(GLOB test_headers [a-z]*.h)
2 file(GLOB test_sources [a-z]*.cpp)
3 file(GLOB test_old_api_sources old-api/[a-z]*.cpp)
5 list(APPEND test_sources ${test_old_api_sources})
7 include_directories(${YAML_CPP_SOURCE_DIR}/test)
9 add_executable(run-tests
10         ${test_sources}
11         ${test_headers}
13 target_link_libraries(run-tests yaml-cpp)
15 add_test(yaml-reader-test run-tests)