Changeset 5872 for code/branches/core5/src/external
- Timestamp:
- Oct 4, 2009, 7:27:35 PM (15 years ago)
- Location:
- code/branches/core5/src/external
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/external/bullet/CMakeLists.txt
r5871 r5872 27 27 ADD_SUBDIRECTORY(LinearMath) 28 28 29 # No warnings needed from third party libraries30 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)31 ADD_COMPILER_FLAGS("-w")32 33 29 ORXONOX_ADD_LIBRARY(bullet_orxonox 34 30 ORXONOX_EXTERNAL -
code/branches/core5/src/external/ceguilua/CMakeLists.txt
r5738 r5872 67 67 ) 68 68 69 # No warnings needed from third party libraries70 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)71 ADD_COMPILER_FLAGS("-w")72 73 69 SOURCE_GROUP("Source" FILES ${CEGUILUA_FILES}) 74 70 -
code/branches/core5/src/external/cpptcl/CMakeLists.txt
r5738 r5872 32 32 ) 33 33 34 # No warnings needed from third party libraries35 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)36 ADD_COMPILER_FLAGS("-w")37 38 34 ORXONOX_ADD_LIBRARY(cpptcl_orxonox 39 35 ORXONOX_EXTERNAL -
code/branches/core5/src/external/ogreceguirenderer/CMakeLists.txt
r5871 r5872 30 30 ) 31 31 32 # No warnings needed from third party libraries33 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)34 ADD_COMPILER_FLAGS("-w")35 36 32 ORXONOX_ADD_LIBRARY(ogreceguirenderer_orxonox 37 33 ORXONOX_EXTERNAL -
code/branches/core5/src/external/ois/CMakeLists.txt
r5871 r5872 52 52 ENDIF() 53 53 54 # No warnings needed from third party libraries55 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)56 ADD_COMPILER_FLAGS("-w")57 58 54 INCLUDE_DIRECTORIES(.) 59 55 -
code/branches/core5/src/external/tinyxml/CMakeLists.txt
r5871 r5872 33 33 ) 34 34 35 # No warnings needed from third party libraries36 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)37 ADD_COMPILER_FLAGS("-w")38 39 35 ORXONOX_ADD_LIBRARY(tinyxml++_orxonox 40 36 ORXONOX_EXTERNAL -
code/branches/core5/src/external/tolua/CMakeLists.txt
r5871 r5872 31 31 COMPILATION_END 32 32 ) 33 34 # No warnings needed from third party libraries35 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC)36 ADD_COMPILER_FLAGS("-w")37 33 38 34 ORXONOX_ADD_LIBRARY(tolua++_orxonox
Note: See TracChangeset
for help on using the changeset viewer.