From 77d734aede807a038ab10520620cfbb24e84e76e Mon Sep 17 00:00:00 2001 From: Marc Chevrier Date: Fri, 18 Nov 2022 16:24:17 +0100 Subject: FindPython: add support for Stable ABI Fixes: #24141 --- Tests/FindPython/Python2SABIModule/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Tests/FindPython/Python2SABIModule/CMakeLists.txt (limited to 'Tests/FindPython/Python2SABIModule') diff --git a/Tests/FindPython/Python2SABIModule/CMakeLists.txt b/Tests/FindPython/Python2SABIModule/CMakeLists.txt new file mode 100644 index 0000000000..4f01197aec --- /dev/null +++ b/Tests/FindPython/Python2SABIModule/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.1) + +project(TestPython2SABIModule LANGUAGES C) + +find_package(Python2 REQUIRED COMPONENTS Interpreter Development.Module Development.SABIModule) -- cgit v1.2.1