Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 121 for code/trunk


Ignore:
Timestamp:
Oct 29, 2007, 1:03:10 AM (16 years ago)
Author:
anonymous
Message:

fixed typo

Location:
code/trunk
Files:
2 edited

Legend:

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

    r120 r121  
    2727ELSE (WIN32) #Unix
    2828    FIND_PACKAGE(PkgConfig)
    29     PKG_SEARCH_MODULE(CEGUI_OGRE CEGUI-OGRE /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI_OGRE.pc) # tardis specific hack
     29    PKG_SEARCH_MODULE(CEGUI_OGRE CEGUI-OGRE /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI-OGRE.pc) # tardis specific hack
    3030    SET(CEGUI_OGRE_INCLUDE_DIR ${CEGUI_OGRE_INCLUDE_DIRS})
    3131    SET(CEGUI_OGRE_LIB_DIR ${CEGUI_OGRE_LIBDIR})
  • code/trunk/src/CMakeLists.txt

    r119 r121  
    88ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
    99#Links the executable against OGRE and OIS
    10 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
     10TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} ${CEGUI_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.