Changeset 19 for code/branches/tutorial/Tutorial/CMakeLists.txt
- Timestamp:
- Oct 10, 2007, 10:36:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/Tutorial/CMakeLists.txt
r15 r19 1 1 PROJECT (Tutorial) 2 2 3 SET (MAIN_SRC main.cpp ExampleApplication.h ExampleFrameListener.h ExampleLoadingBar.h)3 SET (MAIN_SRC main.cpp) 4 4 5 5 ADD_EXECUTABLE (main ${MAIN_SRC}) … … 10 10 IF (OGRE_LIBS) 11 11 TARGET_ADD_LIBRARY (main OGRE_LIBS) 12 TARGET_LINK_LIBARIES (main OGRE_LIBS) 12 13 ENDIF (OGRE_LIBS) 13 14 … … 17 18 IF (OIS_LIBS) 18 19 ADD_LIBRARY (OIS_LIBS) 20 TARGET_LINK_LIBARIES (main OIS_LIBS) 19 21 ENDIF (OIS_LIBS) 20 22 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)23 INCLUDE_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.