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