Changeset 8729 for code/trunk/src/libraries/util/CMakeLists.txt
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/libraries/util/CMakeLists.txt
r8351 r8729 19 19 20 20 SET_SOURCE_FILES(UTIL_SRC_FILES 21 COMPILATION_BEGIN StableCompilation.cc 21 22 BUILD_UNIT StableBuildUnit.cc 22 23 Clipboard.cc 23 24 Clock.cc … … 32 33 SmallObjectAllocator.cc 33 34 SubString.cc 34 COMPILATION_END 35 END_BUILD_UNIT 35 36 36 37 MultiType.cc … … 40 41 StringUtils.cc 41 42 ) 42 43 IF(MSVC)44 # Simply using #pragma warning(disable:4244) doesn't really disable it45 # if the warning occurs in a template in another file46 # Hence promote it manually to a higher warning level (4)47 SET_SOURCE_FILES_PROPERTIES(MultiType.cc PROPERTIES COMPILE_FLAGS "-w44244")48 ENDIF()49 43 50 44 ORXONOX_ADD_LIBRARY(util
Note: See TracChangeset
for help on using the changeset viewer.