diff options
| author | Manolo Gouy <Manolo> | 2016-02-02 08:58:33 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-02 08:58:33 +0000 |
| commit | 54c1c935e6d7c6456c951aecf84c242652bc7b1a (patch) | |
| tree | 327e8aea0cb2d57488b0489c65e780ac251bd545 /CMake | |
| parent | 5866281d4fd06c55775f7bdd5ba09ef5d5db3ac7 (diff) | |
Stop using ide/Xcode4/plists/editor-Info.plist because ide will be removed.
This file is moved to the test/ directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/macros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/macros.cmake b/CMake/macros.cmake index 320a9b3af..2d2b1cc04 100644 --- a/CMake/macros.cmake +++ b/CMake/macros.cmake @@ -150,7 +150,7 @@ macro(CREATE_EXAMPLE NAME SOURCES LIBRARIES) set_target_properties(${tname} PROPERTIES RESOURCE ${RESOURCE_PATH}) endif(APPLE AND DEFINED RESOURCE_PATH) if(APPLE AND (NOT OPTION_APPLE_X11) AND ${tname} STREQUAL "editor") - set_target_properties("editor" PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${PROJECT_SOURCE_DIR}/ide/Xcode4/plists/editor-Info.plist" ) + set_target_properties("editor" PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${PROJECT_SOURCE_DIR}/test/editor-Info.plist" ) endif(APPLE AND (NOT OPTION_APPLE_X11) AND ${tname} STREQUAL "editor") target_link_libraries(${tname} ${LIBRARIES}) |
