Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2009, 9:48:11 PM (15 years ago)
Author:
rgrieder
Message:

Removed three calls to GET_ALL_HEADER_FILES which in turn calls FILE(GLOB_RECURSE), which is quite slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/ceguilua/ceguilua-0.6.1/CMakeLists.txt

    r2626 r2627  
    1  #
    2  #             ORXONOX - the hottest 3D action shooter ever to exist
    3  #                             > www.orxonox.net <
    4  #
    5  #        This program is free software; you can redistribute it and/or
    6  #         modify it under the terms of the GNU General Public License
    7  #        as published by the Free Software Foundation; either version 2
    8  #            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 of
    12  #        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13  #                 GNU General Public License for more details.
    14  #
    15  #   You should have received a copy of the GNU General Public License along
    16  #      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 directory
    21 
    221SET(_package_files
    232  Window.pkg
     3
     4  PARENT_SCOPE
    245)
    25 
    26 FOREACH(_file ${_package_files})
    27   CONFIGURE_FILE(package/${_file} ${CEGUILUA_BINARY_DIR}/${_file} COPYONLY)
    28 ENDFOREACH(_file)
Note: See TracChangeset for help on using the changeset viewer.