Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b76009bb5a3e99a4e4b2e1a347ee3fdab8a046f7
/
.
/
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)