Changeset View
Changeset View
Standalone View
Standalone View
source/creator/CMakeLists.txt
| Show First 20 Lines • Show All 1,151 Lines • ▼ Show 20 Lines | elseif(APPLE) | ||||
| ) | ) | ||||
| install_dir( | install_dir( | ||||
| ${OSX_APP_SOURCEDIR}/Contents/Resources | ${OSX_APP_SOURCEDIR}/Contents/Resources | ||||
| Blender.app/Contents/ | Blender.app/Contents/ | ||||
| ) | ) | ||||
| if(WITH_BLENDER_THUMBNAILER) | if(WITH_BLENDER_THUMBNAILER) | ||||
| install( | install( | ||||
| TARGETS blender-thumbnailer | TARGETS blender-thumbnailer | ||||
| DESTINATION Blender.app/Contents/MacOS/ | DESTINATION Blender.app/Contents/MacOS/ | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(PLATFORM_BUNDLED_LIBRARIES AND TARGETDIR_LIB) | if(PLATFORM_BUNDLED_LIBRARIES AND TARGETDIR_LIB) | ||||
| install( | install( | ||||
| FILES ${PLATFORM_BUNDLED_LIBRARIES} | FILES ${PLATFORM_BUNDLED_LIBRARIES} | ||||
| DESTINATION ${TARGETDIR_LIB} | DESTINATION ${TARGETDIR_LIB} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 181 Lines • Show Last 20 Lines | |||||