Open niliopoulos opened 5 years ago
Hi, first I apologize for this terribly late answer.
Recently I've split the code into several sub-modules and each of them is defining cmake exports and it should be possible just to include them with add_subdirectory
to your project:
This is still work-in-progress, but it should already be usable.
HTH
Hello, We want to integrate oglplu2 into another CMake project (a GL library). Some of our library's specifications are:
With the current oglplu2 it seems we cannot achieve these two requirements without extensive modifications to the CMake configuration of oglplu2.
Is there a different approach that comes in mind or we need a pre-processing step to generate the oglplu2 headers?
Thank you!