mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:11:43 +02:00
Fix for Mac and Ubuntu
This commit is contained in:
parent
610d8347ff
commit
eb0e1d5f93
1 changed files with 3 additions and 1 deletions
|
@ -68,6 +68,8 @@ macro(TARGET_OPENEXR)
|
||||||
endforeach(OPENEXR_LIB)
|
endforeach(OPENEXR_LIB)
|
||||||
|
|
||||||
target_link_libraries(${TARGET_NAME} ${OPENEXR_LIBRARIES})
|
target_link_libraries(${TARGET_NAME} ${OPENEXR_LIBRARIES})
|
||||||
target_compile_definitions(${TARGET_NAME} PUBLIC OPENEXR_DLL)
|
if (WIN32)
|
||||||
|
target_compile_definitions(${TARGET_NAME} PUBLIC OPENEXR_DLL)
|
||||||
|
endif(WIN32)
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
Loading…
Reference in a new issue