Changeset 2638 for code/branches/buildsystem2/src/core
- Timestamp:
- Feb 7, 2009, 8:03:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/core/CMakeLists.txt
r2634 r2638 68 68 GENERATE_TOLUA_BINDINGS(Core CORE_FILES INPUTFILES LuaBind.h CommandExecutor.h) 69 69 70 IF(NOT GCC_SYSTEM_HEADER_SUPPORT) 71 # Get around displaying a few hundred lines of warning code 72 SET_SOURCE_FILES_PROPERTIES(ArgumentCompletionFunctions.cc PROPERTIES COMPILE_FLAGS "-w") 73 ENDIF() 74 70 75 ADD_LIBRARY(core SHARED ${CORE_FILES}) 71 76
Note: See TracChangeset
for help on using the changeset viewer.