summaryrefslogtreecommitdiffstats
path: root/superkaramba/examples/globalMouse/CMakeLists.txt
blob: 499a26b79b29f1e8613ac74377ebb6b344832dec (plain)
1
2
3
4
5
6
7
8
9
10
11
##### xcursor.so #######################

include_directories(
  ${PYTHON_INCLUDE_DIRS}
)

tde_add_library( xcursor MODULE NO_LIBTOOL_FILE
  SOURCES extension/xcursor.c
  LINK ${PYTHON_LIBRARIES} X11
  DESTINATION ${DATA_INSTALL_DIR}/superkaramba/examples/globalMouse
)