Changeset 2639 for code/branches/buildsystem2/src/util/CMakeLists.txt
- Timestamp:
- Feb 8, 2009, 12:10:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/util/CMakeLists.txt
r2638 r2639 25 25 Exception.h 26 26 ExprParser.h 27 Integers.h28 27 Math.h 29 28 MathConvert.h … … 54 53 #SET(UTIL_FILES ${UTIL_SRC_FILES} ${UTIL_HDR_FILES}) 55 54 GENERATE_SOURCE_GROUPS(${UTIL_FILES}) 56 # Also add OrxonoxConfig.h to have it least somewhere in the IDE 57 LIST(APPEND UTIL_FILES ${CMAKE_BINARY_DIR}/src/OrxonoxConfig.h) 58 SOURCE_GROUP("" FILES ${CMAKE_BINARY_DIR}/src/OrxonoxConfig.h) 55 # Also add OrxonoxConfig to have it least somewhere in the IDE 56 LIST(APPEND UTIL_FILES 57 ${CMAKE_BINARY_DIR}/src/OrxonoxConfig.h 58 ${CMAKE_SOURCE_DIR}/src/OrxonoxConfig.h.in 59 ) 60 SOURCE_GROUP("" FILES 61 ${CMAKE_BINARY_DIR}/src/OrxonoxConfig.h 62 ${CMAKE_SOURCE_DIR}/src/OrxonoxConfig.h.in 63 ) 59 64 60 65 IF(NOT GCC_SYSTEM_HEADER_SUPPORT)
Note: See TracChangeset
for help on using the changeset viewer.