Good job! But I still have a question to use it in CMAKE project.
Suppose I have project in the following structures
- root
- CMakeLists.txt
- cmake
- modules
...
- vendor
- variant
How should I include the variant libraries for codes implemented in modules?
Good job! But I still have a question to use it in CMAKE project.
Suppose I have project in the following structures
- root - CMakeLists.txt - cmake - modules ... - vendor - variantHow should I include the
variantlibraries for codes implemented inmodules?