mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07: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)
|