0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Make CMakeLists work with g++

This commit is contained in:
Roland Bock 2013-08-17 11:25:52 +02:00
parent b7c13e3974
commit e321a2c372

View File

@ -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)