diff options
author | Teemu Ikonen <tpikonen@mailbox.org> | 2022-09-08 11:31:37 +0300 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-01-24 19:20:42 +0100 |
commit | f6e73d85c00a60a719da95a048ba2c15712325c3 (patch) | |
tree | 82c2c6618e0c6d03dac8060a0ab8308709ac6531 /main/CMakeLists.txt | |
parent | 7e0d1db1965555720db2bef7380e61c23ef6dbcd (diff) | |
download | dino-f6e73d85c00a60a719da95a048ba2c15712325c3.tar.gz dino-f6e73d85c00a60a719da95a048ba2c15712325c3.zip |
Add libadwaita to build system
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 88b52c63..c133a399 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -11,6 +11,7 @@ find_packages(MAIN_PACKAGES REQUIRED GObject GTK4 ICU + Adwaita ) set(RESOURCE_LIST |