You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@japaf Do you have any interest in contributing your CMake updates to the main branch? We have a basic CMake configuration file now. I see that you also added one in your fork.
I needed a way to install the library such that it can be found by other CMake projects using find_package(). It installs shared library to <prefix>/lib/bspline, cmake config files to <prefix>/lib/cmake/bspline, .mod files to <prefix>/include/bspline, and pkgconfig files to <prefix>/lib/pkgconfig, where <prefix> is /usr/local by default, but can be overridden during compilation. However, I did not test it on Windows.
If that is something, you are interested in, I can create a pull request.
Update the CMake config file to enable more control of the build.
The text was updated successfully, but these errors were encountered: