Open keszegrobert opened 10 months ago
Hi @keszegrobert, I would like to include this feature. If your changes are compatible with the other ways to include the library, you can do a pull request.
I have prepared something, but we need to answer some questions together( according to Craig Scott):
1. What platforms should be supported, both initially and potentially in the future? Yes, I usually test the library in Windows and Ubuntu. With these two, it is enough.
2. Are there minimum platform API or SDK version requirements in order to support the features of the project? I don't think so.
8. Might end users want to install multiple versions of the software simultaneously? I don't think so. Otherwise, you can test another version without installing them.*
12. Are there parts of the project that should not be exposed on the PATH? The include folder is the only folder containing code the end-user should use. All the code in the src folder is internal.
13. Does the project provide anything that other CMake projects may want to use in their own builds (libraries, executables, headers, resources, etc.)? Yes, the CMake project defines the library that should be added to another project.
Hello, I am eager to commit my CMake modifications which will help to use SdfLib with cmake's find_package (without copying the whole source to the user's source). Is there any info I need to know?