mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 05:42:08 +02:00
Trying to fix Ubuntu & Mac builds.
This commit is contained in:
parent
12e8056e1f
commit
7791401b0e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ if (NOT ANDROID)
|
|||
find_package(OpenEXR REQUIRED)
|
||||
|
||||
include_directories(SYSTEM "${OpenEXR_INCLUDE_DIRS}")
|
||||
target_link_libraries(${TARGET_NAME} ${OPENEXR_LIBRARIES})
|
||||
target_link_libraries(${TARGET_NAME} ${OpenEXR_LIBRARIES})
|
||||
target_compile_definitions(${TARGET_NAME} PUBLIC OPENEXR_DLL)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Source: hifi-deps
|
||||
Version: 0.1
|
||||
Description: Collected dependencies for High Fidelity applications
|
||||
Build-Depends: bullet3, openexr (!android), draco, etc2comp, glm, nvtt, openssl (windows), tbb (!android&!osx), zlib
|
||||
Build-Depends: bullet3, draco, etc2comp, glm, nvtt, openexr (!android), openssl (windows), tbb (!android&!osx), zlib
|
||||
|
|
Loading…
Reference in a new issue