summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
new file mode 100644
index 0000000..3e72940
--- /dev/null
+++ b/src/common/CMakeLists.txt
@@ -0,0 +1,8 @@
+
+##### subfolders
+
+add_subdirectory( cli )
+add_subdirectory( common )
+add_subdirectory( global )
+add_subdirectory( gui )
+add_subdirectory( port )