Merged utf branch changes r178:187 into the trunk

This commit is contained in:
jbeder
2009-07-10 03:10:03 +00:00
parent aa959e6705
commit e7f1ca7fb1
13 changed files with 939 additions and 271 deletions

View File

@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.6)
project (YAML_CPP)
SET(CMAKE_CXX_FLAGS "-O2")
enable_testing()
if(WIN32)
@@ -36,4 +38,4 @@ install(
)
add_subdirectory (yaml-reader)
add_subdirectory (util)