Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
84a4e294fce7bdf500c5c2e5a892b2ef7d91f99d
/
.
/
Tests
/
FindPython
/
Python2SABIModule
/
CMakeLists.txt
blob: ffbaa3383e38fd096abfc01e97eead3232f6fd24 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.5)
project(TestPython2SABIModule LANGUAGES C)
find_package(Python2 REQUIRED COMPONENTS Interpreter Development.Module Development.SABIModule)