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