Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 14


Ignore:
Timestamp:
Oct 10, 2007, 9:38:33 AM (17 years ago)
Author:
nicolasc
Message:

update CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/CMakeLists.txt

    r13 r14  
    77# find OGRE
    88FIND_LIBRARY (OGRE_LIBS NAMES OGRE
    9   PATH /usr/lib /usr/local/lib)
     9  PATH /usr/lib /usr/local/lib /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig)
    1010IF (OGRE_LIBS)
    1111  TARGET_ADD_LIBRARY (main OGRE_LIBS)
    1212ENDIF (OGRE_LIBS)
     13
     14# find OIS
     15FIND_LIBRARY (OIS_LIBS NAMES OIS
     16  PATH /usr/lib /usr/local/lib /usr/pack/ois-1.0-sd/i686-debian-linux3.1/lib/pkgconfig)
     17IF (OIS_LIBS)
     18  TARGET_ADD_LIBRARY (main OIS_LIBS)
     19ENDIF (OIS_LIBS)
     20
     21INCLUDE_DIRECTORIES (. /usr/pack/ois-1.0-sd/i686-debian-linux3.1/include /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/include)
Note: See TracChangeset for help on using the changeset viewer.