diff options
Diffstat (limited to 'src/progs/icd2/CMakeLists.txt')
-rw-r--r-- | src/progs/icd2/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/progs/icd2/CMakeLists.txt b/src/progs/icd2/CMakeLists.txt new file mode 100644 index 0000000..fbece92 --- /dev/null +++ b/src/progs/icd2/CMakeLists.txt @@ -0,0 +1,7 @@ + +##### subfolders + +add_subdirectory( icd2_data ) +add_subdirectory( xml ) +add_subdirectory( base ) +add_subdirectory( gui ) |