1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-06 21:18:15 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Ivan A. Melnikov
10c45a0a64 cmake: Don't abort when clang-format is not available
clang-format executable should not be required to build
this project.
2023-02-15 00:58:02 +04:00
Ivan A. Melnikov
0a60e0f422 Add 'clangformat' target to CMake
... to simplify use of clang-format for formatting
the sources, using ClangFormat.cmake module from
https://github.com/zemasoft/clangformat-cmake .
2023-02-15 00:58:02 +04:00
Dmitry Degtyarev
7a2adc12a8 remove unnecessary FindX.cmake files 2021-04-08 16:20:18 +04:00
Dmitry Degtyarev
a0804e9129 add krb5 library 2020-11-16 14:59:56 +04:00
Dmitry Degtyarev
16a9d70583 add libresolv dependency (contained in glib) 2020-10-08 13:18:49 +04:00
Dmitry Degtyarev
bc66cfc581 add objectGUID display value
add octet_to_display_value()
2020-10-07 15:46:46 +04:00
Dmitry Degtyarev
925f529fe7 use target_include_directories
\instead of set_target_properties INTERFACE_INCLUDE_DIRECTORIES
2020-09-10 13:50:45 +04:00
Dmitry Degtyarev
702ed80aa6 improve cmakelists
rename Find files for ldap and smbclient
make cmakelists style consistent
2020-09-07 16:18:48 +04:00
Dmitry Degtyarev
40d1bd1c55 cleanup cmakelists
set cmake cxx vars in src/cmakelists.txt
delete unused/empty files
delete include dirs
delete cmake/Modules dir, move files to cmake
2020-09-04 15:51:39 +04:00
Dmitry Degtyarev
ca58292c8a add missing cmake modules
add config.h.in's
2020-09-04 15:00:45 +04:00
b177b0ea92
Got FindOpenLDAP.cmake from Ceph project 2020-05-21 18:10:11 +04:00