Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/src/modules/designtools/CMakeLists.txt @ 7135

Last change on this file since 7135 was 7135, checked in by rgrieder, 14 years ago

Automatically handle DEFINE_SYMBOL for our own libraries.
Also distinguish between static and shared build for DEFINE_SYMBOL.

  • Property svn:eol-style set to native
File size: 235 bytes
Line 
1SET_SOURCE_FILES(DESIGNTOOLS_SRC_FILES
2  SkyboxGenerator.cc
3  CreateStars.cc
4  ScreenshotManager.cc
5)
6
7ORXONOX_ADD_LIBRARY(designtools
8  MODULE
9  FIND_HEADER_FILES
10  LINK_LIBRARIES
11    orxonox
12  SOURCE_FILES ${DESIGNTOOLS_SRC_FILES}
13)
Note: See TracBrowser for help on using the repository browser.