Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/MouseAPI_FS19/src/modules/MouseAPIExample/CMakeLists.txt @ 12352

Last change on this file since 12352 was 12352, checked in by mkarpf, 5 years ago

separated MouseAPIExample from MouseAPI

finished comments in MouseAPI.h

File size: 229 bytes
Line 
1SET_SOURCE_FILES(MOUSEAPIEXAMPLE_SRC_FILES
2  mouseapiexample.cc
3)
4
5
6ORXONOX_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.