Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 113 for code/trunk/cmake


Ignore:
Timestamp:
Oct 27, 2007, 11:35:38 PM (17 years ago)
Author:
anonymous
Message:

nicolasc: some modification, removed cegui-opengl as it is not working

Location:
code/trunk/cmake
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindCEGUI.cmake

    r112 r113  
    2525ELSE (WIN32) #Unix
    2626    FIND_PACKAGE(PkgConfig)
    27     PKG_SEARCH_MODULE(CEGUI CEGUI CEGUI-OPENGL /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI.pc /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI_OPENGL.pc) # tardis specific hack
     27    PKG_SEARCH_MODULE(CEGUI CEGUI /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI.pc) # tardis specific hack
    2828    SET(CEGUI_INCLUDE_DIR ${CEGUI_INCLUDE_DIRS})
    2929    SET(CEGUI_LIB_DIR ${CEGUI_LIBDIR})
  • code/trunk/cmake/FindCEGUI_OGRE.cmake

    r112 r113  
    22#
    33# This module defines
    4 #  CEGUI_CEGUI_OGRE_INCLUDE_DIR
     4#  CEGUI_OGRE_INCLUDE_DIR
    55#  CEGUI_OGRE_LIBRARIES, the libraries to link against to use CEGUI_OGRE.
    66#  CEGUI_OGRE_LIB_DIR, the location of the libraries
Note: See TracChangeset for help on using the changeset viewer.