Files
yaml-cpp/yaml-reader/CMakeLists.txt
2009-05-29 22:48:25 +00:00

7 lines
237 B
CMake

set(yaml-reader_sources main.cpp tests.cpp)
include_directories(${YAML_CPP_SOURCE_DIR}/include)
link_directories(${YAML_CPP_SOURCE_DIR}/lib)
add_executable(yaml-reader ${yaml-reader_sources})
target_link_libraries(yaml-reader yaml-cpp)