Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11285 for code


Ignore:
Timestamp:
Nov 14, 2016, 3:46:36 PM (7 years ago)
Author:
ahedges
Message:

add clang-format config and document CopyLibPhase

Location:
code/branches/mac_HS16
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/cmake/CopyLibPhase.cmake

    r11278 r11285  
     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#  Author:
     21#    Alexander Hedges
     22#  Description:
     23#    Copies the libs into to all the app bundles of the target destinations.
     24#
     25
     26# Specify dependency locations
    127SET(DEP_INCLUDE_DIR   ${DEPENDENCY_PACKAGE_DIR}/include)
    228SET(DEP_LIBRARY_DIR   ${DEPENDENCY_PACKAGE_DIR}/lib)
     
    430SET(DEP_FRAMEWORK_DIR ${DEPENDENCY_PACKAGE_DIR}/Library/Frameworks)
    531
    6 # Install on OSX
     32# Copy libs to all app folders
    733foreach(target IN ITEMS ${CMAKE_CONFIGURATION_TYPES})
    834    file(GLOB_RECURSE dep_frameworks FOLLOW_SYMLINKS "${DEP_FRAMEWORK_DIR}/*")
  • code/branches/mac_HS16/cmake/tools/FindCEGUI.cmake

    r11278 r11285  
    9191)
    9292
    93 MESSAGE("Looking for ceguitolua++")
    94 MESSAGE(${DEP_INCLUDE_DIR})
    95 
    9693# Find CEGUI Tolua++ include file
    9794# We only need to add this path since we use tolua++ like a normal
Note: See TracChangeset for help on using the changeset viewer.