summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-04-08 12:16:52 +0000
committerManolo Gouy <Manolo>2015-04-08 12:16:52 +0000
commit3ec8bab10efb8ffb403aa81b439e9635fe641f8f (patch)
treebe3758c5e2c9fe4198c5c693af76ca92f4047da1 /test
parent4b5b11a1cb0ecc8c2dc557cb87f897aa0fc1e1d5 (diff)
CMake build on Mac OS: r10688 was not a good move because it works with
the makefiles generator but not with the Xcode generator. Stepping back one commit. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10689 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ec924d827..82d67e27b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -110,14 +110,7 @@ endif(FLTK_HAVE_CAIRO)
# - maybe more ...
# use a target filename to make sure the target directory gets created
-if(APPLE) #copy files to bundle resources
- configure_file(demo.menu ${EXECUTABLE_OUTPUT_PATH}/demo.app/Contents/Resources/demo.menu COPYONLY)
- configure_file(blocks.app/Contents/Resources/blocks.icns ${EXECUTABLE_OUTPUT_PATH}/blocks.app/Contents/Resources/blocks.icns COPYONLY)
- configure_file(checkers.app/Contents/Resources/checkers.icns ${EXECUTABLE_OUTPUT_PATH}/checkers.app/Contents/Resources/checkers.icns COPYONLY)
- configure_file(sudoku.app/Contents/Resources/sudoku.icns ${EXECUTABLE_OUTPUT_PATH}/sudoku.app/Contents/Resources/sudoku.icns COPYONLY)
-else()
- configure_file(demo.menu ${EXECUTABLE_OUTPUT_PATH}/demo.menu COPYONLY)
-endif(APPLE)
+configure_file(demo.menu ${EXECUTABLE_OUTPUT_PATH}/demo.menu COPYONLY)
# use target directory only to avoid redundancy
configure_file(rgb.txt ${EXECUTABLE_OUTPUT_PATH} COPYONLY)