From e321a2c3722598ddb19b4185e2162c02ad3560bc Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Sat, 17 Aug 2013 11:25:52 +0200 Subject: [PATCH] Make CMakeLists work with g++ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3d110bc..b30b0d68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") endif () include_directories("${PROJECT_SOURCE_DIR}/include") -add_subdirectory(examples) +add_subdirectory(tests) install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/sqlpp11" DESTINATION include)