mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Forgot to add the new header location to the project (not important for compiling, but it is for the various generators)
This commit is contained in:
@@ -43,7 +43,7 @@ set(_INSTALL_DESTINATIONS
|
|||||||
ARCHIVE DESTINATION lib${LIB_SUFFIX}
|
ARCHIVE DESTINATION lib${LIB_SUFFIX}
|
||||||
)
|
)
|
||||||
#
|
#
|
||||||
file(GLOB public_headers include/[a-z]*.h)
|
file(GLOB public_headers include/yaml-cpp/[a-z]*.h)
|
||||||
file(GLOB private_headers src/[a-z]*.h)
|
file(GLOB private_headers src/[a-z]*.h)
|
||||||
file(GLOB sources src/[a-z]*.cpp)
|
file(GLOB sources src/[a-z]*.cpp)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user