Files
yaml-cpp/CMakeLists.txt

5 lines
124 B
CMake

project (YAML_CPP)
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
add_subdirectory (src)
add_subdirectory (yaml-reader)