mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
remove double inclusion of glm
This commit is contained in:
parent
7451cfe130
commit
161b8ad50b
1 changed files with 2 additions and 10 deletions
|
@ -190,17 +190,9 @@ include_directories(
|
|||
|
||||
# include external library headers
|
||||
# use system flag so warnings are supressed
|
||||
include_directories(
|
||||
SYSTEM
|
||||
"${FACESHIFT_INCLUDE_DIRS}"
|
||||
"${GLM_INCLUDE_DIRS}"
|
||||
)
|
||||
include_directories(SYSTEM "${FACESHIFT_INCLUDE_DIRS}")
|
||||
|
||||
target_link_libraries(
|
||||
${TARGET_NAME}
|
||||
"${FACESHIFT_LIBRARIES}"
|
||||
"${ZLIB_LIBRARIES}"
|
||||
)
|
||||
target_link_libraries(${TARGET_NAME} "${FACESHIFT_LIBRARIES}" "${ZLIB_LIBRARIES}")
|
||||
|
||||
if (APPLE)
|
||||
# link in required OS X frameworks and include the right GL headers
|
||||
|
|
Loading…
Reference in a new issue