diff options
Diffstat (limited to 'src/devices/base/CMakeLists.txt')
-rw-r--r-- | src/devices/base/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/devices/base/CMakeLists.txt b/src/devices/base/CMakeLists.txt new file mode 100644 index 0000000..3a814fb --- /dev/null +++ b/src/devices/base/CMakeLists.txt @@ -0,0 +1,9 @@ +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} +) + +##### libdevicebase (static) + +tde_add_library( devicebase STATIC_PIC AUTOMOC + SOURCES generic_device.cpp hex_buffer.cpp generic_memory.cpp register.cpp device_group.cpp +) |