diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a033a9b15b..121e598b54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,11 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/include ) +install(DIRECTORY include + DESTINATION . + PATTERN ".svn" EXCLUDE + ) + add_definitions( -D_GNU_SOURCE ) add_subdirectory(lib) |