mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Started implementing node_data
This commit is contained in:
@@ -55,7 +55,11 @@ option(MSVC_STHREADED_RT "MSVC: Build with single-threaded static runtime libs (
|
||||
###
|
||||
### Sources, headers, directories and libs
|
||||
###
|
||||
file(GLOB sources "src/[a-zA-Z]*.cpp")
|
||||
file(GLOB sources
|
||||
"src/[a-zA-Z]*.cpp"
|
||||
"src/value/[a-zA-Z]*.cpp"
|
||||
"src/value/detail/[a-zA-Z]*.cpp"
|
||||
)
|
||||
file(GLOB public_headers
|
||||
"include/yaml-cpp/[a-zA-Z]*.h"
|
||||
"include/yaml-cpp/value/[a-zA-Z]*.h"
|
||||
|
Reference in New Issue
Block a user