summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ili9341/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ili9341/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/ili9341/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/libupm/src/ili9341/CMakeLists.txt b/peripheral/libupm/src/ili9341/CMakeLists.txt
deleted file mode 100644
index 6998826..0000000
--- a/peripheral/libupm/src/ili9341/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set (libname "ili9341")
-set (libdescription "libupm ILI9341 SPI LCD")
-set (module_src gfx.cxx ili9341.cxx)
-set (module_h gfx.h ili9341.h)
-upm_module_init()