source:
code/branches/tutorial/src/CMakeLists.txt
@
1715
Last change on this file since 1715 was 859, checked in by landauf, 17 years ago | |
---|---|
File size: 217 bytes |
Rev | Line | |
---|---|---|
[859] | 1 | INCLUDE_DIRECTORIES(.) |
2 | INCLUDE_DIRECTORIES(orxonox) | |
3 | ||
4 | ADD_SUBDIRECTORY(util) | |
5 | ADD_SUBDIRECTORY(orxonox/core) | |
6 | ADD_SUBDIRECTORY(audio) | |
7 | ADD_SUBDIRECTORY(network) | |
8 | ADD_SUBDIRECTORY(loader) | |
9 | ADD_SUBDIRECTORY(orxonox) |
Note: See TracBrowser
for help on using the repository browser.