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
All of the CMakeLists.txt files of modules have a very common structure. Most of it could be easily hidden in a few CMake macros/functions included by the top-level CMakeLists.txt file. The src/CMakeLists.txt files would not be needed as instead there can be a single macro/function call in the module CMakeLists.txt (e.g., Modules/Common/CMakeLists.txt) to add the library target and corresponding installation rules.
The text was updated successfully, but these errors were encountered:
All of the CMakeLists.txt files of modules have a very common structure. Most of it could be easily hidden in a few CMake macros/functions included by the top-level CMakeLists.txt file. The
src/CMakeLists.txt
files would not be needed as instead there can be a single macro/function call in the module CMakeLists.txt (e.g., Modules/Common/CMakeLists.txt) to add the library target and corresponding installation rules.The text was updated successfully, but these errors were encountered: