source:
code/branches/MouseAPI_FS19/src/modules/MouseAPIExample/CMakeLists.txt
@
12362
Last change on this file since 12362 was 12352, checked in by mkarpf, 6 years ago | |
---|---|
File size: 229 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(MOUSEAPIEXAMPLE_SRC_FILES |
2 | mouseapiexample.cc |
3 | ) |
4 | |
5 | |
6 | ORXONOX_ADD_LIBRARY(mouseapitest |
7 | MODULE |
8 | FIND_HEADER_FILES |
9 | PCH_FILE |
10 | LINK_LIBRARIES |
11 | orxonox |
12 | mouseapi |
13 | SOURCE_FILES ${MOUSEAPIEXAMPLE_SRC_FILES} |
14 | ) |
Note: See TracBrowser
for help on using the repository browser.