mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
5 lines
124 B
CMake
5 lines
124 B
CMake
project (YAML_CPP)
|
|
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
|
add_subdirectory (src)
|
|
add_subdirectory (yaml-reader)
|