mirror of https://github.com/fltk/fltk
CMake on Mac OS: copy support files to application bundles.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11740 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c68d4d52d8
commit
a6b31a05af
|
@ -127,3 +127,9 @@ configure_file(rgb.txt ${TESTFILE_PATH} COPYONLY)
|
|||
configure_file(help-test.html ${TESTFILE_PATH} COPYONLY)
|
||||
configure_file(browser.cxx ${TESTFILE_PATH} COPYONLY)
|
||||
configure_file(editor.cxx ${TESTFILE_PATH} COPYONLY)
|
||||
if(APPLE AND NOT OPTION_APPLE_X11)
|
||||
configure_file(demo.menu "${TESTFILE_PATH}/demo.app/Contents/Resources/demo.menu" COPYONLY)
|
||||
configure_file(browser.cxx "${TESTFILE_PATH}/browser.app/Contents/Resources/browser.cxx" COPYONLY)
|
||||
configure_file(rgb.txt ${TESTFILE_PATH}/colbrowser.app/Contents/Resources/rgb.txt COPYONLY)
|
||||
configure_file(help-test.html ${TESTFILE_PATH}/help.app/Contents/Resources/help-test.html COPYONLY)
|
||||
endif(APPLE AND NOT OPTION_APPLE_X11)
|
||||
|
|
Loading…
Reference in New Issue