Patch - added testing

This commit is contained in:
jbeder
2009-05-30 02:41:27 +00:00
parent f09e4497b6
commit f2ed49f720
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.6)
project (YAML_CPP)
enable_testing()
set(LIBRARY_OUTPUT_PATH lib${LIB_SUFFIX})
set(LIB_INSTALL_DIR lib${LIB_SUFFIX})
set(INCLUDE_INSTALL_DIR include/yaml-cpp)