Last change
on this file since 11801 was
10190,
checked in by landauf, 10 years ago
|
added utility to visualize collision shapes
|
-
Property svn:eol-style set to
native
|
File size:
684 bytes
|
Line | |
---|
1 | SET_SOURCE_FILES(TOOLS_SRC_FILES |
---|
2 | |
---|
3 | BUILD_UNIT ResourceBuildUnit.cc |
---|
4 | ResourceCollection.cc |
---|
5 | ResourceLocation.cc |
---|
6 | END_BUILD_UNIT |
---|
7 | |
---|
8 | TextureGenerator.cc |
---|
9 | Timer.cc |
---|
10 | |
---|
11 | BUILD_UNIT OgreBuildUnit.cc |
---|
12 | BillboardSet.cc |
---|
13 | BulletDebugDrawer.cc |
---|
14 | DebugDrawer.cc |
---|
15 | DynamicLines.cc |
---|
16 | DynamicRenderable.cc |
---|
17 | IcoSphere.cc |
---|
18 | Mesh.cc |
---|
19 | ParticleInterface.cc |
---|
20 | Shader.cc |
---|
21 | END_BUILD_UNIT |
---|
22 | ) |
---|
23 | |
---|
24 | #ADD_SUBDIRECTORY(bsp) |
---|
25 | ADD_SUBDIRECTORY(interfaces) |
---|
26 | |
---|
27 | ORXONOX_ADD_LIBRARY(tools |
---|
28 | FIND_HEADER_FILES |
---|
29 | LINK_LIBRARIES |
---|
30 | ${OGRE_LIBRARY} |
---|
31 | ${Boost_FILESYSTEM_LIBRARY} |
---|
32 | ${Boost_SYSTEM_LIBRARY} # Filesystem dependency |
---|
33 | tinyxml_orxonox |
---|
34 | bullet_orxonox |
---|
35 | util |
---|
36 | core |
---|
37 | SOURCE_FILES |
---|
38 | ${TOOLS_SRC_FILES} |
---|
39 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.