-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
9 files
+109 −15 | cython/cython.cmake | |
+224 −0 | cython/python/FindPython.cmake | |
+1,324 −0 | cython/python/FindPython/Support.cmake | |
+189 −0 | cython/python/FindPython2.cmake | |
+189 −0 | cython/python/FindPython3.cmake | |
+6 −0 | cython/python/README.md | |
+5 −1 | cython/setup.in.py | |
+1 −1 | package-config.cmake | |
+7 −1 | pkg-config.cmake |