Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_FS19/src/modules/MouseAPI/CMakeLists.txt @ 12407

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

separated MouseAPIExample from MouseAPI

finished comments in MouseAPI.h

File size: 230 bytes
Line 
1SET_SOURCE_FILES(MOUSEAPI_SRC_FILES
2  mouseapi.cc
3  mousegametype.cc
4  mouseapicursor.cc
5)
6
7
8ORXONOX_ADD_LIBRARY(mouseapi
9  MODULE
10  FIND_HEADER_FILES
11  PCH_FILE
12  LINK_LIBRARIES
13    orxonox
14  SOURCE_FILES ${MOUSEAPI_SRC_FILES}
15)
Note: See TracBrowser for help on using the repository browser.