Changeset 8633
- Timestamp:
- May 28, 2011, 2:49:58 AM (13 years ago)
- Location:
- code/branches/unity_build/src
- Files:
-
- 1 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/BuildUnitsConfigMSVC.cmake
r8632 r8633 29 29 network 1 30 30 tools 1 31 orxonox 831 orxonox 2 32 32 designtools 1 33 33 notifications 1 34 34 objects 2 35 overlays 236 pickup 235 overlays 1 36 pickup 1 37 37 pong 1 38 38 questsystem 1 … … 41 41 42 42 SET(BUILD_UNITS_CONFIG_4_THREADS 43 util 143 util 2 44 44 core 4 45 45 network 2 46 46 tools 2 47 orxonox 847 orxonox 4 48 48 designtools 1 49 49 notifications 1 … … 52 52 pickup 1 53 53 pong 1 54 questsystem 155 weapons 154 questsystem 2 55 weapons 2 56 56 ) 57 57 -
code/branches/unity_build/src/OrxonoxConfig.cmake
r8622 r8633 52 52 ENDIF() 53 53 ENDIF() 54 INCLUDE(BuildUnitsConfig.cmake) 54 IF(CMAKE_COMPILER_IS_GNU) 55 INCLUDE(BuildUnitsConfigGCC.cmake) 56 ELSEIF(MSVC) 57 INCLUDE(BuildUnitsConfigMSVC.cmake) 58 ENDIF() 55 59 ENDIF() 56 60
Note: See TracChangeset
for help on using the changeset viewer.