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

better CMake integration #13

Open
spirosmaggioros opened this issue Feb 3, 2024 · 1 comment
Open

better CMake integration #13

spirosmaggioros opened this issue Feb 3, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@spirosmaggioros
Copy link
Member

Each folder should have a CMakeLists txt and then integrate them to the main CMakeLists.txt in root dir.

@spirosmaggioros spirosmaggioros added enhancement New feature or request help wanted Extra attention is needed labels Feb 3, 2024
@CharlesGueunet
Copy link

Using cmake libraires so other CMake project can request components seems the way to go.
Having several CMakeLists.txt maybe nice, one per independent sub-projects, like the library, the plugins, ...
Inside the library, you may want to have components that can be enabled disabled.

In any case, I would suggest to avoid GLOB completely as this is only evaluated at configure time, so any further changes but developers for example would be omitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants