Last change
on this file since 2625 was
2624,
checked in by rgrieder, 16 years ago
|
Replaced most of the ELSE(…) and ENDIF(…) with ELSE() and ENDIF(). Kept the shorter and the spreaded ones for better clarity since that's what it originally was thought for. But I can really pollute the code when having long conditions and lots of IFs.
|
-
Property svn:eol-style set to
native
|
File size:
545 bytes
|
Rev | Line | |
---|
[2621] | 1 | SET(OCR_FILES |
---|
| 2 | OgreCEGUIRenderer.h |
---|
| 3 | OgreCEGUIResourceProvider.h |
---|
| 4 | OgreCEGUITexture.h |
---|
| 5 | |
---|
[2569] | 6 | OgreCEGUIRenderer.cpp |
---|
| 7 | OgreCEGUIResourceProvider.cpp |
---|
| 8 | OgreCEGUITexture.cpp |
---|
| 9 | ) |
---|
[2621] | 10 | GENERATE_SOURCE_GROUPS(${OCR_FILES}) |
---|
[2569] | 11 | |
---|
[2621] | 12 | ADD_LIBRARY(ogreceguirenderer_orxonox SHARED ${OCR_FILES}) |
---|
[2588] | 13 | SET_TARGET_PROPERTIES(ogreceguirenderer_orxonox PROPERTIES DEFINE_SYMBOL "OGRE_GUIRENDERER_EXPORTS") |
---|
[2583] | 14 | TARGET_LINK_LIBRARIES(ogreceguirenderer_orxonox |
---|
| 15 | ${OGRE_LIBRARY} |
---|
| 16 | ${CEGUI_LIBRARY} |
---|
| 17 | ) |
---|
[2624] | 18 | IF(NOT WIN32) |
---|
[2579] | 19 | INSTALL(TARGETS ogreceguirenderer_orxonox LIBRARY DESTINATION lib) |
---|
[2624] | 20 | ENDIF() |
---|
Note: See
TracBrowser
for help on using the repository browser.