mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:03:38 +02:00
fix zlib include directory
This commit is contained in:
parent
fb9fa76018
commit
ff477b35a8
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ target_link_libraries(${TARGET_NAME} ${ZLIB_LIBRARIES})
|
|||
|
||||
add_dependency_external_projects(glm)
|
||||
find_package(GLM REQUIRED)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in a new issue