Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7155 was 7135, checked in by rgrieder, 15 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
RevLine 
[6559]1SET_SOURCE_FILES(DESIGNTOOLS_SRC_FILES
[6616]2  SkyboxGenerator.cc
[6861]3  CreateStars.cc
[7015]4  ScreenshotManager.cc
[6559]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.