mac:export non-relative paths to config.h
This commit is contained in:
@@ -195,4 +195,8 @@ target_link_libraries(rtengine rtexif
|
||||
${KLT_LIBRARIES}
|
||||
)
|
||||
|
||||
if(APPLE)
|
||||
install(FILES ${CAMCONSTSFILE} DESTINATION "${CMAKE_INSTALL_PREFIX}/RawTherapee.app/Contents/Resources" PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
|
||||
else()
|
||||
install(FILES ${CAMCONSTSFILE} DESTINATION "${DATADIR}" PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user