diff --git a/CMakeLists.txt b/CMakeLists.txt index 060384460..2965e08c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,4 +273,5 @@ foreach(GUEST_ARTICLE ${GUEST_ARTICLES}) create_project_from_sources(${GUEST_ARTICLE} "") endforeach(GUEST_ARTICLE) +include_directories(${ASSIMP_INCLUDE_DIR}) include_directories(${CMAKE_SOURCE_DIR}/includes)