]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Install more docs (AUTHORS, DEBUG-OPTIONS.txt)
[lugaru.git] / CMakeLists.txt
index 0c9ab66e917915cd672cd501423c75cc358ac757..dfcea4fc1118bcae3caf47768dd640c60e5401fe 100644 (file)
@@ -18,7 +18,7 @@ endif()
 
 ### CMake config
 
-set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses --std=c++11 ${CMAKE_CXX_FLAGS}")
+set(CMAKE_CXX_FLAGS "-Wall -Wno-parentheses -pedantic --std=c++11 ${CMAKE_CXX_FLAGS}")
 
 if(APPLE)
     set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX")
@@ -272,7 +272,9 @@ endif(APPLE)
 
 # Documentation
 
-install(FILES ${CMAKE_SOURCE_DIR}/README.md
-              ${CMAKE_SOURCE_DIR}/COPYING.txt
+install(FILES ${CMAKE_SOURCE_DIR}/AUTHORS
               ${CMAKE_SOURCE_DIR}/CONTENT-LICENSE.txt
+              ${CMAKE_SOURCE_DIR}/COPYING.txt
+              ${CMAKE_SOURCE_DIR}/DEBUG-OPTIONS.txt
+              ${CMAKE_SOURCE_DIR}/README.md
         DESTINATION ${LUGARU_DOCDIR})