Fixed Tests not including dependencies properly

This commit is contained in:
sippeangelo
2015-12-02 15:25:27 +01:00
parent f65b7d591c
commit 91f8b4359b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ find_package(Boost REQUIRED COMPONENTS system filesystem thread chrono)
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include/Game)
include_directories(
${CMAKE_SOURCE_DIR}/include/Engine
${CMAKE_SOURCE_DIR}/deps/include
${CMAKE_SOURCE_DIR}/include/Engine
${INCLUDE_PATH}
${Boost_INCLUDE_DIRS}
)