mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-02 12:07:55 +08:00
8 lines
302 B
CMake
8 lines
302 B
CMake
set(FILES content.cpp iterator.cpp node.cpp parserstate.cpp
|
|
scalar.cpp scanscalar.cpp sequence.cpp stream.cpp
|
|
exp.cpp map.cpp parser.cpp regex.cpp scanner.cpp
|
|
scantoken.cpp simplekey.cpp)
|
|
|
|
include_directories(${YAML_CPP_SOURCE_DIR}/include)
|
|
add_library(yaml-cpp ${FILES})
|