Working build with CMake 3.3.1

This commit is contained in:
2015-09-04 13:51:41 +02:00
parent 98e363eda6
commit 7c92b6aef7
12 changed files with 995 additions and 62 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ project(tests)
find_package(Boost REQUIRED COMPONENTS chrono thread unit_test_framework)
include_directories(
${CMAKE_SOURCE_DIR}/include/dd
${CMAKE_SOURCE_DIR}/include
${Boost_INCLUDE_DIRS}
)
@@ -19,6 +19,6 @@ endif()
add_executable(tests ${SOURCE_FILES})
target_link_libraries(tests
daydream
game
${Boost_LIBRARIES}
)