Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
FindPython
/
Python2SABIModule.cmake
blob: a7e7378cd7705d93ca7221ebcc7357f54f05d364 [
file
]
enable_language
(
C
)
find_package
(
Python2
REQUIRED COMPONENTS
Interpreter
Development
.
Module
Development
.
SABIModule
)