Changeset 764 for code/branches
- Timestamp:
- Dec 31, 2007, 3:42:21 PM (17 years ago)
- Location:
- code/branches/FICN_test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN_test/CMakeLists.txt
r760 r764 49 49 MESSAGE("System is a TARDIS: Setting Compiler to g++-4.1.1") 50 50 SET(CMAKE_CXX_COMPILER "g++-4.1.1") 51 # reset eNet serach path51 # reset Boost serach path 52 52 SET(Boost_INCLUDE_DIR "/usr/pack/boost-1.34.1-sd/i686-debian-linux3.1/include") 53 53 ENDIF(IS_TARDIS) -
code/branches/FICN_test/src/orxonox/CMakeLists.txt
r762 r764 1 ADD_SUBDIRECTORY(core)2 3 1 SET( ORXONOX_SRC_FILES 4 2 GraphicsEngine.cc
Note: See TracChangeset
for help on using the changeset viewer.