diff options
| -rw-r--r-- | test/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fbef50b53..0a5a2d696 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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) |
