summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/prog/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pic/prog/CMakeLists.txt')
-rw-r--r--src/devices/pic/prog/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/pic/prog/CMakeLists.txt b/src/devices/pic/prog/CMakeLists.txt
new file mode 100644
index 0000000..57d987f
--- /dev/null
+++ b/src/devices/pic/prog/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+##### libpicprog (static)
+
+tde_add_library( picprog STATIC_PIC AUTOMOC
+ SOURCES pic_prog.cpp pic_prog_specific.cpp pic_debug.cpp
+)