AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
scikit_build.egg-info/PKG-INFO
scikit_build.egg-info/SOURCES.txt
scikit_build.egg-info/dependency_links.txt
scikit_build.egg-info/not-zip-safe
scikit_build.egg-info/requires.txt
scikit_build.egg-info/top_level.txt
skbuild/__init__.py
skbuild/cmaker.py
skbuild/distutils_wrap.py
skbuild/exceptions.py
skbuild/command/__init__.py
skbuild/command/build.py
skbuild/command/clean.py
skbuild/command/install.py
skbuild/platform_specifics/__init__.py
skbuild/platform_specifics/abstract.py
skbuild/platform_specifics/bsd.py
skbuild/platform_specifics/linux.py
skbuild/platform_specifics/osx.py
skbuild/platform_specifics/platform_factory.py
skbuild/platform_specifics/unix.py
skbuild/platform_specifics/windows.py
tests/__init__.py
tests/test_hello.py
tests/test_hello_cython.py
tests/test_outside_project_root.py
tests/test_pen2.py
tests/test_platform.py
tests/test_skbuild.py
tests/test_skbuild_variable.py
tests/test_tower_of_babel.py
tests/samples/cmake-files/FindCython.cmake
tests/samples/cmake-files/FindPythonExtensions.cmake
tests/samples/cmake-files/UseCython.cmake
tests/samples/cmake-files/targetLinkLibrariesWithDynamicLookup.cmake
tests/samples/fail-outside-project-root/CMakeLists.txt
tests/samples/fail-outside-project-root/dummy
tests/samples/fail-outside-project-root/setup.py
tests/samples/fail-unless-skbuild-set/CMakeLists.txt
tests/samples/fail-unless-skbuild-set/setup.py
tests/samples/hello/CMakeLists.txt
tests/samples/hello/setup.py
tests/samples/hello-cython/CMakeLists.txt
tests/samples/hello-cython/setup.py
tests/samples/hello-cython/hello/CMakeLists.txt
tests/samples/hello-cython/hello/__init__.py
tests/samples/hello-cython/hello/__main__.py
tests/samples/hello-cython/hello/_hello.pyx
tests/samples/hello/hello/CMakeLists.txt
tests/samples/hello/hello/__init__.py
tests/samples/hello/hello/__main__.py
tests/samples/hello/hello/_hello.cxx
tests/samples/pen2-cython/CMakeLists.txt
tests/samples/pen2-cython/requirements-dev.txt
tests/samples/pen2-cython/setup.py
tests/samples/pen2-cython/scripts/CMakeLists.txt
tests/samples/pen2-cython/scripts/pen2_cython
tests/samples/pen2-cython/src/CMakeLists.txt
tests/samples/pen2-cython/src/__init__.py
tests/samples/pen2-cython/src/__main__.py
tests/samples/pen2-cython/src/_pen2.pyx
tests/samples/tower-of-babel/CMakeLists.txt
tests/samples/tower-of-babel/requirements-dev.txt
tests/samples/tower-of-babel/requirements.txt
tests/samples/tower-of-babel/setup.py
tests/samples/tower-of-babel/tbabel_boost_common.h
tests/samples/tower-of-babel/tbabel_boost_common_imp.h
tests/samples/tower-of-babel/tbabel_boost_module.cxx
tests/samples/tower-of-babel/tbabel_boost_module.h
tests/samples/tower-of-babel/tbabel_boost_module.pxd
tests/samples/tower-of-babel/tbabel_boost_shared.cxx
tests/samples/tower-of-babel/tbabel_boost_shared.h
tests/samples/tower-of-babel/tbabel_boost_shared.pxd
tests/samples/tower-of-babel/tbabel_boost_static.cxx
tests/samples/tower-of-babel/tbabel_boost_static.h
tests/samples/tower-of-babel/tbabel_boost_static.pxd
tests/samples/tower-of-babel/tbabel_cython_common.pxi
tests/samples/tower-of-babel/tbabel_cython_common_imp.pxi
tests/samples/tower-of-babel/tbabel_cython_module.pxd
tests/samples/tower-of-babel/tbabel_cython_module.pyx
tests/samples/tower-of-babel/tbabel_cython_shared.pxd
tests/samples/tower-of-babel/tbabel_cython_shared.pyx
tests/samples/tower-of-babel/tbabel_cython_static.pxd
tests/samples/tower-of-babel/tbabel_cython_static.pyx
tests/samples/tower-of-babel/tbabel_python.py
tests/samples/tower-of-babel/scripts/CMakeLists.txt
tests/samples/tower-of-babel/scripts/tbabel.pyx