diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-16 19:41:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-17 15:55:46 +0900 |
| commit | eef19dd5357a1f254f9c4e2db01c75c23e4157e5 (patch) | |
| tree | fdd7604a5416839384831e9928781cfdeeeae760 /superkaramba/examples/globalMouse/CMakeLists.txt | |
| parent | da9cd0c056c8275033fca84a1c8d49a8edb0c8ee (diff) | |
| download | tdeutils-eef19dd5.tar.gz tdeutils-eef19dd5.zip | |
superkaramba: added cmake rules for example files and create xcursor.so at build time.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'superkaramba/examples/globalMouse/CMakeLists.txt')
| -rw-r--r-- | superkaramba/examples/globalMouse/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/superkaramba/examples/globalMouse/CMakeLists.txt b/superkaramba/examples/globalMouse/CMakeLists.txt new file mode 100644 index 0000000..9df1a76 --- /dev/null +++ b/superkaramba/examples/globalMouse/CMakeLists.txt @@ -0,0 +1,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 +) |
