Skip to content
Snippets Groups Projects
Unverified Commit ab8df77b authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

[CMake] assimpl include dir should be private

parent fa1d931e
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,9 @@ target_include_directories(${LIBRARY_NAME}
SYSTEM PUBLIC
${EIGEN3_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)
target_include_directories(${LIBRARY_NAME}
SYSTEM PRIVATE
${assimp_INCLUDE_DIR}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment