Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 235


Ignore:
Timestamp:
Nov 21, 2007, 4:34:18 PM (16 years ago)
Author:
nicolasc
Message:

example included subdir in CML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/xml/src/CMakeLists.txt

    r164 r235  
    33# create a few variables to simplify life
    44
    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)
     7SET(SRC_FILES orxonox.cc  loader/LevelLoader.cc)
     8SET(INC_FILES loader/LevelLoader.h)
    79
    810#Creates an executable
    911ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
    1012#Links the executable against OGRE and OIS
    11 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
     13TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} xml)
    1214
     15ADD_SUBDIRECTORY(xml)
Note: See TracChangeset for help on using the changeset viewer.