Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SArpnt committed Feb 18, 2021
1 parent 8ca6a0d commit 8b541cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ find_package(glm REQUIRED)
include_directories(${GLM_INCLUDE_DIRS})
message(NOTICE "GLM_INCLUDE_DIRS " ${GLM_INCLUDE_DIRS})

# ASIMP
# ASSIMP
find_package(assimp REQUIRED)
message(NOTICE "ASSIMP_LIBRARY " ${OPENGL_LIBRARY})
message(NOTICE "ASSIMP_LIBRARIES " ${OPENGL_LIBRARIES})
Expand All @@ -54,12 +54,12 @@ set(CE_LIBS
PARENT_SCOPE
)

#Include
# Include
set(CE_INCLUDES
${OPENGL_INCLUDE_DIR}
${GLEW_INCLUDE_DIRS}
${SDL2_INCLUDE_DIRS}
${GLM_INCLUDE_DIRS}
${ASSIMP_INCLUDE_DIR}
PARENT_SCOPE
)
)

0 comments on commit 8b541cd

Please sign in to comment.