From 40add7bc5f886990d3b9ace23321cc0533c70ae2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 27 Aug 2018 11:06:51 +0000 Subject: MacOS X: Fixed Fluid CMake to use the included Info.plist instead of the CMake template. This will teach Fluid to accept .fl and .fld files again. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13029 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index feeeb78c2..8f25ade91 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -63,6 +63,7 @@ target_link_libraries(fluid fltk fltk_images fltk_forms) if(APPLE AND (NOT OPTION_APPLE_X11) AND (NOT OPTION_APPLE_SDL)) # create bundle + set_target_properties(fluid PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${PROJECT_SOURCE_DIR}/fluid/Fluid.app/Contents/Info.plist" ) set_target_properties(fluid PROPERTIES MACOSX_BUNDLE_ICON_FILE ${ICON_NAME}) set_target_properties(fluid PROPERTIES RESOURCE ${ICON_PATH}) # install -- cgit v1.2.3