Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 13, 2010, 11:30:06 PM (15 years ago)
Author:
rgrieder
Message:
  • Catched → Caught
  • No idea why OROXNOX_USE_WINMAIN was at the bottom of SpecialConfig.h.in
  • Empty variables do nothing in CMake
File:
1 edited

Legend:

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

    r7449 r7450  
    8484  ${ZLIB_INCLUDE_DIR}
    8585  ${VLD_INCLUDE_DIR}
     86  ${DBGHELP_INCLUDE_DIR}
    8687
    8788  # All includes in "externals" should be prefixed with the path
     
    9899IF(CEGUILUA_USE_INTERNAL_LIBRARY)
    99100  INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/external/ceguilua/ceguilua-${CEGUI_VERSION})
    100 ENDIF()
    101 
    102 IF (DBGHELP_FOUND)
    103   INCLUDE_DIRECTORIES(${DBGHELP_INCLUDE_DIR})
    104101ENDIF()
    105102
Note: See TracChangeset for help on using the changeset viewer.