Merged contrib folders from the graphbuilder-api branch, including the recursive search in CMakeLists.txt

This commit is contained in:
Jesse Beder
2011-03-02 04:48:04 +00:00
parent 04bc13caf8
commit 802cc6bcd6
6 changed files with 352 additions and 3 deletions

View File

@@ -54,9 +54,9 @@ 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 private_headers "src/[a-zA-Z]*.h")
file(GLOB_RECURSE sources "src/[a-zA-Z]*.cpp")
file(GLOB_RECURSE public_headers "include/yaml-cpp/[a-zA-Z]*.h")
file(GLOB_RECURSE private_headers "src/[a-zA-Z]*.h")
if(VERBOSE)
message(STATUS "sources: ${sources}")