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

include_directories(
  ${PYTHON_INCLUDE_DIR}
)

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