summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/tm1637/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/tm1637/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/tm1637/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/peripheral/libupm/src/tm1637/CMakeLists.txt b/peripheral/libupm/src/tm1637/CMakeLists.txt
deleted file mode 100644
index 6138d2e..0000000
--- a/peripheral/libupm/src/tm1637/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set (libname "tm1637")
-set (libdescription "C++ API for the TM1637 7-segment display")
-set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
-upm_module_init()