Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5703 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
RevLine 
[5693]1ADD_SOURCE_FILES(TOOLS_SRC_FILES
[2126]2  BillboardSet.cc
[3196]3  DynamicLines.cc
4  DynamicRenderable.cc
[2126]5  Mesh.cc
6  ParticleInterface.cc
[5695]7  ResourceCollection.cc
8  ResourceLocation.cc
[2662]9  Shader.cc
[2126]10  TextureGenerator.cc
11  Timer.cc
12)
[5693]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.