Changeset 2670 for code/branches/buildsystem3/src/cpptcl
- Timestamp:
- Feb 15, 2009, 7:53:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/cpptcl/CMakeLists.txt
r2664 r2670 33 33 GENERATE_SOURCE_GROUPS(${CPPTCL_FILES}) 34 34 35 # No warnings needed from third party libraries 36 ADD_COMPILER_FLAGS("-w") 37 35 38 IF(MSVC) 36 39 ADD_LIBRARY(cpptcl_orxonox STATIC ${CPPTCL_FILES}) … … 41 44 42 45 TARGET_LINK_LIBRARIES(cpptcl_orxonox ${TCL_LIBRARY}) 46 47 SET_TARGET_PROPERTIES(cpptcl_orxonox PROPERTIES VERSION 1.1.3)
Note: See TracChangeset
for help on using the changeset viewer.