Removed the new API from the default branch

This commit is contained in:
Jesse Beder
2012-01-20 23:50:39 -06:00
parent d772361f15
commit 1723523c43
36 changed files with 6 additions and 4166 deletions

View File

@@ -1,13 +1,8 @@
file(GLOB test_headers [a-z]*.h)
file(GLOB test_sources [a-z]*.cpp)
file(GLOB test_old_api_sources old-api/[a-z]*.cpp)
file(GLOB test_new_api_sources new-api/[a-z]*.cpp)
if(YAML_CPP_BUILD_OLD_API)
list(APPEND test_sources ${test_old_api_sources})
else()
list(APPEND test_sources ${test_new_api_sources})
endif()
list(APPEND test_sources ${test_old_api_sources})
include_directories(${YAML_CPP_SOURCE_DIR}/test)