Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2020-01-28 23:42:57 +0300
committerJanek Bevendorff <janek@jbev.net>2020-03-05 11:24:11 +0300
commit6d2ca748787c71eab3adaf2071d5738ba7c28a52 (patch)
tree031a16370418f8abf0c93950b1381dd75ab3622b /cmake
parentb9daed20558103e3c8e799f3e0575522bf823df6 (diff)
Add OSUtils for platform-specific functionality.
Moves MacUtils into a separate sub folder and adds WinUtils, NixUtils, and OSUtils for platform-native code on Windows, Unix-like, and generic/all systems.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CLangFormat.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CLangFormat.cmake b/cmake/CLangFormat.cmake
index 70169ed72..c1e9572c2 100644
--- a/cmake/CLangFormat.cmake
+++ b/cmake/CLangFormat.cmake
@@ -19,7 +19,7 @@ set(EXCLUDED_DIRS
# objective-c directories
src/touchid/
src/autotype/mac/
- src/gui/macutils/)
+ src/gui/osutils/macutils/)
set(EXCLUDED_FILES
# third-party files