Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug

This commit is contained in:
jbeder
2008-08-07 03:30:56 +00:00
parent 2601f5fd49
commit 2d93b6ce58
30 changed files with 233 additions and 82 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
project (YAML_CPP)
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
add_subdirectory (src)
add_subdirectory (yaml-reader)