Merged utf branch changes r178:187 into the trunk

This commit is contained in:
Jesse Beder
2009-07-10 03:10:03 +00:00
parent a7b8879494
commit b929eb94a0
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)