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
Merge #136: cmake: Support being included with add_subdirectory
6adbb1d cmake: Support being included with add_subdirectory (Ryan Ofsky)
1103f86 cmake: Define and use MP_INCLUDE_DIR variable (Ryan Ofsky)
Pull request description:
This implements changes needed to make the cmake project work well when it is not the top level project and has been included with `add_subdirectory`.
- Avoids defining "tests" and "check" targets when project is not at the top level to avoid clashes. Add new "mptests" and "mpcheck" alternatives instead.
- Renames "example" target to "mpexamples"
- Renames "util" target to "mputil"
- Makes various internal changes needed to resolve other issues. See commit messages for details.
Top commit has no ACKs.
Tree-SHA512: c3acbba696bfda47284a0cf557b56552a4a1764cc000522010de3985824089b9973a98f82169986d238a073939df87d282a72698921adca804a6992135ec59d0
0 commit comments