source:
code/trunk/src/modules/portals/CMakeLists.txt
@
8491
Last change on this file since 8491 was 8457, checked in by FelixSchulthess, 14 years ago | |
---|---|
File size: 267 bytes |
Rev | Line | |
---|---|---|
[8199] | 1 | SET_SOURCE_FILES(PORTALS_SRC_FILES |
2 | PortalEndPoint.cc | |
3 | PortalLink.cc | |
4 | ) | |
5 | ||
6 | ORXONOX_ADD_LIBRARY(portals | |
7 | MODULE | |
8 | FIND_HEADER_FILES | |
9 | TOLUA_FILES | |
10 | PCH_FILE | |
[8200] | 11 | PortalsPrecompiledHeaders.h |
[8199] | 12 | LINK_LIBRARIES |
13 | orxonox | |
14 | objects | |
15 | SOURCE_FILES ${PORTALS_SRC_FILES} | |
16 | ) |
Note: See TracBrowser
for help on using the repository browser.