Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 20


Ignore:
Timestamp:
Oct 10, 2007, 10:47:32 AM (17 years ago)
Author:
nicolasc
Message:

bump

File:
1 edited

Legend:

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

    r19 r20  
    1010IF (OGRE_LIBS)
    1111  TARGET_ADD_LIBRARY (main OGRE_LIBS)
    12   TARGET_LINK_LIBARIES (main OGRE_LIBS)
     12  TARGET_LINK_LIBRARIES (main OGRE_LIBS)
    1313ENDIF (OGRE_LIBS)
    1414
     
    1818IF (OIS_LIBS)
    1919  ADD_LIBRARY (OIS_LIBS)
    20   TARGET_LINK_LIBARIES (main OIS_LIBS)
     20  TARGET_LINK_LIBRARIES (main OIS_LIBS)
    2121ENDIF (OIS_LIBS)
    2222
Note: See TracChangeset for help on using the changeset viewer.