diff options
Diffstat (limited to 'src/progs/icd2/icd2_data/CMakeLists.txt')
-rw-r--r-- | src/progs/icd2/icd2_data/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/progs/icd2/icd2_data/CMakeLists.txt b/src/progs/icd2/icd2_data/CMakeLists.txt new file mode 100644 index 0000000..65cfa27 --- /dev/null +++ b/src/progs/icd2/icd2_data/CMakeLists.txt @@ -0,0 +1,6 @@ + +##### libicd2data (static) + +tde_add_library( icd2data STATIC_PIC AUTOMOC + SOURCES icd2_data.cpp +) |