Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12021


Ignore:
Timestamp:
Sep 20, 2018, 3:11:38 PM (6 years ago)
Author:
patricwi
Message:

Changed cmake config file to ogre 1.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/cmake/LibraryConfigTardis.cmake

    r11109 r12021  
    5959
    6060  # New paths for the new tardis system. The ogre includes need to be at ../dependencies.
    61   SET(OGRE_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../dependencies/ogre_src_v1-8-0/OgreMain/include/")
    62   SET(OGRE_LIBRARY_OPTIMIZED "/usr/lib/x86_64-linux-gnu/libOgreMain.so.1.8.0")
    63   SET(OGRE_PLUGIN_Plugin_ParticleFX_OPTIMIZED "/usr/lib/x86_64-linux-gnu/OGRE-1.8.0/Plugin_ParticleFX.so")
    64   SET(OGRE_PLUGIN_RenderSystem_GL_OPTIMIZED "/usr/lib/x86_64-linux-gnu/OGRE-1.8.0/RenderSystem_GL.so")
     61  SET(OGRE_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../dependencies/ogre_src_v1-9-0/OgreMain/include/")
     62  SET(OGRE_LIBRARY_OPTIMIZED "/usr/lib/x86_64-linux-gnu/libOgreMain.so.1.9.0")
     63  SET(OGRE_PLUGIN_Plugin_ParticleFX_OPTIMIZED "/usr/lib/x86_64-linux-gnu/OGRE-1.9.0/Plugin_ParticleFX.so")
     64  SET(OGRE_PLUGIN_RenderSystem_GL_OPTIMIZED "/usr/lib/x86_64-linux-gnu/OGRE-1.9.0/RenderSystem_GL.so")
    6565
    6666
Note: See TracChangeset for help on using the changeset viewer.