Changeset 5794
- Timestamp:
- Sep 26, 2009, 5:28:40 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/LibraryConfig.cmake
r5781 r5794 148 148 ##### Boost ##### 149 149 # Expand the next statement if newer boost versions than 1.36.1 are released 150 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 )150 SET(Boost_ADDITIONAL_VERSIONS 1.37 1.37.0 1.38 1.38.0 1.39 1.39.0 1.40 1.40.0) 151 151 FIND_PACKAGE(Boost 1.35 REQUIRED thread filesystem system date_time) 152 152 # No auto linking, so this option is useless anyway -
code/trunk/data/CMakeLists.txt
r5781 r5794 25 25 # 26 26 27 # For dev runs we've got two data director y. The one from the other repository root folder27 # For dev runs we've got two data directories. The one from the other repository root folder 28 28 # is called EXTERNAL_DATA 29 29 SET(DATA_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) -
code/trunk/src/modules/pong/PongPrereqs.h
r5781 r5794 37 37 #include "OrxonoxConfig.h" 38 38 39 #include "pong/PongPrereqs.h"40 41 39 //----------------------------------------------------------------------- 42 40 // Shared library settings
Note: See TracChangeset
for help on using the changeset viewer.