mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-25 04:35:23 -04:00
3 lines
70 B
CMake
3 lines
70 B
CMake
add_executable(parse parse.cpp)
|
|
target_link_libraries(parse yaml-cpp)
|