Changeset 8626 for code/branches/unity_build
- Timestamp:
- May 27, 2011, 7:39:36 PM (13 years ago)
- Location:
- code/branches/unity_build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/cmake/tools/BuildUnits.cmake
r8623 r8626 62 62 ENDIF() 63 63 64 # Disable precompiled header files for single unit targets65 IF(_nr_of_units EQUAL 1)64 # Disable precompiled header files for targets with two or less build units 65 IF(_nr_of_units LESS 3) 66 66 SET(PCH_DISABLE_${_target_name} TRUE PARENT_SCOPE) 67 67 ENDIF() -
code/branches/unity_build/src/BuildUnitsConfig.cmake
r8622 r8626 43 43 util 1 44 44 core 4 45 network 346 tools 145 network 2 46 tools 2 47 47 orxonox 4 48 48 designtools 1 … … 51 51 overlays 2 52 52 pickup 1 53 pong 1 554 questsystem 255 weapons 253 pong 1 54 questsystem 1 55 weapons 1 56 56 ) 57 57
Note: See TracChangeset
for help on using the changeset viewer.