summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/lp8860/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/lp8860/CMakeLists.txt')
-rw-r--r--peripheral/libupm/src/lp8860/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/peripheral/libupm/src/lp8860/CMakeLists.txt b/peripheral/libupm/src/lp8860/CMakeLists.txt
deleted file mode 100644
index c4e99fb..0000000
--- a/peripheral/libupm/src/lp8860/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-include_directories(..)
-set (libname "lp8860")
-set (libdescription “LED lighting controller”)
-set (module_src ${libname}.cxx mraa-utils.cxx)
-set (module_hpp ${libname}.hpp)
-upm_module_init()