mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-02 10:10:45 +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
|
# include external library headers
|
||||||
# use system flag so warnings are supressed
|
# use system flag so warnings are supressed
|
||||||
include_directories(
|
include_directories(SYSTEM "${FACESHIFT_INCLUDE_DIRS}")
|
||||||
SYSTEM
|
|
||||||
"${FACESHIFT_INCLUDE_DIRS}"
|
|
||||||
"${GLM_INCLUDE_DIRS}"
|
|
||||||
)
|
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(${TARGET_NAME} "${FACESHIFT_LIBRARIES}" "${ZLIB_LIBRARIES}")
|
||||||
${TARGET_NAME}
|
|
||||||
"${FACESHIFT_LIBRARIES}"
|
|
||||||
"${ZLIB_LIBRARIES}"
|
|
||||||
)
|
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
# link in required OS X frameworks and include the right GL headers
|
# link in required OS X frameworks and include the right GL headers
|
||||||
|
|
Loading…
Reference in a new issue