Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

bump

File:
1 edited

Legend:

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

    r15 r19  
    11PROJECT (Tutorial)
    22
    3 SET (MAIN_SRC main.cpp ExampleApplication.h ExampleFrameListener.h ExampleLoadingBar.h )
     3SET (MAIN_SRC main.cpp)
    44
    55ADD_EXECUTABLE (main ${MAIN_SRC})
     
    1010IF (OGRE_LIBS)
    1111  TARGET_ADD_LIBRARY (main OGRE_LIBS)
     12  TARGET_LINK_LIBARIES (main OGRE_LIBS)
    1213ENDIF (OGRE_LIBS)
    1314
     
    1718IF (OIS_LIBS)
    1819  ADD_LIBRARY (OIS_LIBS)
     20  TARGET_LINK_LIBARIES (main OIS_LIBS)
    1921ENDIF (OIS_LIBS)
    2022
    21 INCLUDE_DIRECTORIES (main . /usr/pack/ois-1.0-sd/i686-debian-linux3.1/include /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/include)
     23INCLUDE_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.