You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added clang-tidy config file + CI
- Reformated the code to fit the new Style
- Added SSL_Utils for better smart pointers of SSL objects
- Added Certificate class + extras to manipulate Certificates
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
90
+
# Build your program with the given configuration. Note that --config is needed
91
+
# because the default Windows generator is a multi-config generator (Visual Studio generator).
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
96
+
# Execute tests defined by the CMake configuration. Note that --build-config is needed
97
+
# because the default Windows generator is a multi-config generator (Visual Studio generator).
92
98
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
0 commit comments