mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Sketched more of the implementation
This commit is contained in:
@@ -56,7 +56,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 public_headers "include/yaml-cpp/[a-zA-Z]*.h")
|
||||
file(GLOB public_headers
|
||||
"include/yaml-cpp/[a-zA-Z]*.h"
|
||||
"include/yaml-cpp/value/[a-zA-Z]*.h"
|
||||
"include/yaml-cpp/value/detail/[a-zA-Z]*.h"
|
||||
)
|
||||
file(GLOB private_headers "src/[a-zA-Z]*.h")
|
||||
|
||||
if(YAML_CPP_BUILD_CONTRIB)
|
||||
|
Reference in New Issue
Block a user