Now actually removed yaml-reader

This commit is contained in:
Jesse Beder
2009-10-27 14:47:08 +00:00
parent a706ffaf62
commit f2a2d25ec0
12 changed files with 2 additions and 2958 deletions

View File

@@ -20,7 +20,7 @@ set(YAML_CPP_VERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}.${YAML
enable_testing()
option(YAML_CPP_BUILD_TOOLS "Enables or disables yaml-reader and parse tools" true)
option(YAML_CPP_BUILD_TOOLS "Enables or disables testing and parse tools" true)
if(WIN32)
set(_library_dir bin) # .dll are in PATH, like executables
@@ -67,6 +67,6 @@ if(UNIX)
endif(UNIX)
if(YAML_CPP_BUILD_TOOLS)
add_subdirectory (yaml-reader)
add_subdirectory (test)
add_subdirectory (util)
endif(YAML_CPP_BUILD_TOOLS)