Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2009, 12:10:34 AM (15 years ago)
Author:
rgrieder
Message:

Sorted out header file finding issues and updated/added precompiled header files.
PCH is not activated per default for the pong projects (only 7 files).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/CMakeLists.txt

    r5747 r5749  
    3434)
    3535
    36 SET_SOURCE_FILES(UTIL_HDR_FILES
    37   CRC32.h
    38   Clipboard.h
    39   Convert.h
    40   Debug.h
    41   Exception.h
    42   ExprParser.h
    43   Math.h
    44   MathConvert.h
    45   mbool.h
    46   MultiType.h
    47   MultiTypeValue.h
    48   OgreForwardRefs.h
    49   OrxAssert.h
    50   OrxEnum.h
    51   OutputBuffer.h
    52   OutputHandler.h
    53   RefToValue.h
    54   ScopeGuard.h
    55   Serialise.h
    56   SignalHandler.h
    57   Singleton.h
    58   Sleep.h
    59   StringUtils.h
    60   SubString.h
    61   TemplateUtils.h
    62   TypeTraits.h
    63   UTFStringConversions.h
    64   UtilPrereqs.h
    65 )
    66 
    6736IF(GCC_NO_SYSTEM_HEADER_SUPPORT)
    6837  # Get around displaying a few hundred lines of warning code
     
    7140
    7241ORXONOX_ADD_LIBRARY(util
     42  FIND_HEADER_FILES
    7343  DEFINE_SYMBOL
    7444    "UTIL_SHARED_BUILD"
     
    7747    ${OGRE_LIBRARY}
    7848  SOURCE_FILES
    79     ${UTIL_SRC_FILES} ${UTIL_HDR_FILES}
     49    ${UTIL_SRC_FILES}
    8050)
Note: See TracChangeset for help on using the changeset viewer.