diff options
author | saturneric <[email protected]> | 2024-07-29 01:46:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 01:46:38 +0000 |
commit | 6bde62db4a20e6ef7ee196a907b826a63858e831 (patch) | |
tree | 43fb89dbc18fe0270aa20e7b282df3b83199514b /src/CMakeLists.txt | |
parent | fix: solve build issues on windows (diff) | |
download | Modules-6bde62db4a20e6ef7ee196a907b826a63858e831.tar.gz Modules-6bde62db4a20e6ef7ee196a907b826a63858e831.zip |
refactor: reformat build configs
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f3861d8..5615150 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # modules + add_subdirectory(m_ver_check) add_subdirectory(m_gpg_info) add_subdirectory(m_pinentry) |