cpp-utilities/cmake/modules
Martchus 831c083e5f Add flags for static linkage when building CLI wrapper as well
Otherwise the wrapper might depend on `libgcc` or `libstdc++` on builds
that link against these libraries otherwise statically. Not sure why this
is only an issue on 32-bit builds. (The different exeption handling can
only explain `libgcc` but not `libstdc++`.)
2023-06-10 18:29:18 +02:00
..
3rdParty.cmake Fix linking against static OpenSSL on GNU/Linux 2023-06-07 23:58:49 +02:00
AppTarget.cmake Add flags for static linkage when building CLI wrapper as well 2023-06-10 18:29:18 +02:00
AppUtilities.cmake Apply CMake format 2022-10-16 15:04:52 +02:00
BasicConfig.cmake Enable clang-format and cmake-format only by default if present 2023-06-10 16:41:07 +02:00
ConfigHeader.cmake Support Qt 6 modules when generating the dependency list for the config header 2021-01-01 18:32:27 +01:00
DevelUtilities.cmake Move CMake code for enabling warnings into separate module and function 2022-12-24 23:15:24 +01:00
Doxygen.cmake Require CMake 3.3.0 in all modules 2020-01-10 18:01:13 +01:00
LibraryTarget.cmake Apply cmake-format 2022-12-24 23:15:47 +01:00
ListToString.cmake Require CMake 3.3.0 in all modules 2020-01-10 18:01:13 +01:00
ShellCompletion.cmake Make install directory for bash completion files customizable 2020-02-10 17:22:17 +01:00
TemplateFinder.cmake Apply cmake-format and clang-format 2023-05-16 21:39:10 +02:00
TestTarget.cmake Apply clang-format/cmake-format 2023-02-03 13:31:18 +01:00
TestUtilities.cmake Apply cmake-format 2022-12-24 23:15:47 +01:00
WindowsResources.cmake Allow compilation of Windows resource file when using MSVC as well 2023-05-07 21:34:46 +02:00