Changeset 235
- Timestamp:
- Nov 21, 2007, 4:34:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/xml/src/CMakeLists.txt
r164 r235 3 3 # create a few variables to simplify life 4 4 5 SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc) 6 SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h) 5 # SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc) 6 # SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h) 7 SET(SRC_FILES orxonox.cc loader/LevelLoader.cc) 8 SET(INC_FILES loader/LevelLoader.h) 7 9 8 10 #Creates an executable 9 11 ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) 10 12 #Links the executable against OGRE and OIS 11 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} )13 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} xml) 12 14 15 ADD_SUBDIRECTORY(xml)
Note: See TracChangeset
for help on using the changeset viewer.