Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Move CMake sources to subdirectories #1458

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

lgrossi
Copy link
Contributor

@lgrossi lgrossi commented Aug 20, 2023

CMake is designed to be modular, meaning that each subdirectory is aware and responsible of it own needs, dependencies and includes.

Previously, it was really hard to make this separation because our CMake files were huge and organized in a kinda of all-in-one file. With the recent CMake improvements, we can leverage CMake sub directories to make our includes more moduler and easier to read, instead of having a one imense single source of truth file.

@lgrossi lgrossi marked this pull request as ready for review August 20, 2023 22:14
CMake is designed to be modular, meaning that each subdirectory is
aware and responsible of it own needs, dependencies and includes.

Previously, it was really hard to make this separation because our
CMake files were huge and organized in a kinda of all-in-one file.

With the recent CMake improvements, we can leverage CMake sub directories
to make our includes more moduler and easier to read, instead of
having a one imense single source of truth file.
@lgrossi lgrossi force-pushed the feat/move-cmake-sources-to-sub-directories branch from b8eae16 to 54494b2 Compare August 21, 2023 19:36
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lgrossi lgrossi merged commit 0709bc0 into main Aug 21, 2023
@lgrossi lgrossi deleted the feat/move-cmake-sources-to-sub-directories branch August 21, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants