Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/orxonox/CMakeLists.txt @ 293

Last change on this file since 293 was 293, checked in by nicolasc, 16 years ago

added FindENet and FindBoost
FindBoost does not work (yet)

File size: 333 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES orxonox.cc)
4SET(INC_FILES)
5
6
7ADD_EXECUTABLE(../../bin/main ${SRC_FILES} ${INC_FILES})
8
9TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} ${Boost_LIBRARIES} core objects loader network)
10
11
12ADD_SUBDIRECTORY(core)
13ADD_SUBDIRECTORY(objects)
Note: See TracBrowser for help on using the repository browser.