Changeset 2627 for code/branches/buildsystem2/src/ceguilua/ceguilua-0.6.2
- Timestamp:
- Jan 30, 2009, 9:48:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/ceguilua/ceguilua-0.6.2/CMakeLists.txt
r2626 r2627 1 #2 # ORXONOX - the hottest 3D action shooter ever to exist3 # > www.orxonox.net <4 #5 # This program is free software; you can redistribute it and/or6 # modify it under the terms of the GNU General Public License7 # as published by the Free Software Foundation; either version 28 # of the License, or (at your option) any later version.9 #10 # This program is distributed in the hope that it will be useful,11 # but WITHOUT ANY WARRANTY; without even the implied warranty of12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 # GNU General Public License for more details.14 #15 # You should have received a copy of the GNU General Public License along16 # with this program; if not, write to the Free Software Foundation,17 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.18 #19 20 # Copy all files from the package folder to the binary directory21 22 1 SET(_package_files 23 2 EventSet.pkg … … 26 5 Window.pkg 27 6 WindowManager.pkg 7 8 PARENT_SCOPE 28 9 ) 29 30 FOREACH(_file ${_package_files})31 CONFIGURE_FILE(package/${_file} ${CEGUILUA_BINARY_DIR}/${_file} COPYONLY)32 ENDFOREACH(_file)
Note: See TracChangeset
for help on using the changeset viewer.