diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 13:05:02 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 13:14:45 +0200 |
| commit | c61998283c8436dd4360e35ce10c309e7d3ee723 (patch) | |
| tree | 849e3c2ba5df9cf27b76c6c18fa1263091063815 /CMakeLists.txt | |
| parent | 02a030a95b27034eedc151488a014950595510de (diff) | |
| download | turns-c61998283c8436dd4360e35ce10c309e7d3ee723.tar.xz turns-c61998283c8436dd4360e35ce10c309e7d3ee723.zip | |
adw: add bare bones wrapper for AdwApplication
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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") |
