mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-02 12:07:55 +08: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)
|