mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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)
|
||||
|
||||
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()
|
||||
endmacro()
|
||||
|
|
Loading…
Reference in a new issue