Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/tools/CMakeLists.txt @ 5695

Last change on this file since 5695 was 5695, checked in by rgrieder, 15 years ago

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

  • Property svn:eol-style set to native
File size: 377 bytes
Line 
1ADD_SOURCE_FILES(TOOLS_SRC_FILES
2  BillboardSet.cc
3  DynamicLines.cc
4  DynamicRenderable.cc
5  Mesh.cc
6  ParticleInterface.cc
7  ResourceCollection.cc
8  ResourceLocation.cc
9  Shader.cc
10  TextureGenerator.cc
11  Timer.cc
12)
13ADD_SUBDIRECTORY(interfaces)
14
15ORXONOX_ADD_LIBRARY(tools
16  DEFINE_SYMBOL
17    "TOOLS_SHARED_BUILD"
18  LINK_LIBRARIES
19    core
20  SOURCE_FILES ${TOOLS_SRC_FILES}
21)
Note: See TracBrowser for help on using the repository browser.