summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-25 13:05:02 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-25 13:14:45 +0200
commitc61998283c8436dd4360e35ce10c309e7d3ee723 (patch)
tree849e3c2ba5df9cf27b76c6c18fa1263091063815 /CMakeLists.txt
parent02a030a95b27034eedc151488a014950595510de (diff)
downloadturns-c61998283c8436dd4360e35ce10c309e7d3ee723.tar.xz
turns-c61998283c8436dd4360e35ce10c309e7d3ee723.zip
adw: add bare bones wrapper for AdwApplication
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c44e270..48e97bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,7 @@ include("Catch")
# Targets
+add_subdirectory("adw")
add_subdirectory("app")
add_subdirectory("core")
add_subdirectory("lang")