robocin / ssl-core

MIT License
11 stars 0 forks source link

Fix .cmake/project.cmake rules and update common/cpp/ library #39

Closed joseviccruz closed 5 months ago

joseviccruz commented 5 months ago

28 and #38 changes CMake rules to support C++20 modules and implicit add add_subdirectory for all CMakeLists.txt files inside source folder. However, it add bugs in both cases, as notice at #26.

This PR fixes both behaviors and updates common/cpp library CMake rules.