-
Notifications
You must be signed in to change notification settings - Fork 7
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
cmake: make pre-built library discoverable via CMake configuration files #7
base: master
Are you sure you want to change the base?
cmake: make pre-built library discoverable via CMake configuration files #7
Conversation
316e211
to
da0962a
Compare
I force-pushed to update the PR and take care of the extra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more questions/followups (sorry, I'm not so familiar with the CMake install workflow)
e62ba9a
to
a9535a7
Compare
After reading through the CMake docs, I've switched to use |
Co-Authored-By: Someone Serge <[email protected]>
a9535a7
to
dd0259f
Compare
Initial work, started by @SomeoneSerge to add Mitsuba 3 to Nixpkgs: NixOS/nixpkgs#269378
This PR adds the ability to make
nanothread
discoverable via CMake instead of requiring projects vendor it in-tree.Additionally, it allows testing through CMake by using CTests