diff options
Diffstat (limited to 'src/devices/mem24/prog/CMakeLists.txt')
-rw-r--r-- | src/devices/mem24/prog/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/mem24/prog/CMakeLists.txt b/src/devices/mem24/prog/CMakeLists.txt new file mode 100644 index 0000000..0173223 --- /dev/null +++ b/src/devices/mem24/prog/CMakeLists.txt @@ -0,0 +1,6 @@ + +##### libmem24prog (static) + +tde_add_library( mem24prog STATIC_PIC AUTOMOC + SOURCES mem24_prog.cpp +) |