summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindPython/Python2SABIModule.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/FindPython/Python2SABIModule.cmake')
-rw-r--r--Tests/RunCMake/FindPython/Python2SABIModule.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindPython/Python2SABIModule.cmake b/Tests/RunCMake/FindPython/Python2SABIModule.cmake
new file mode 100644
index 0000000..a7e7378
--- /dev/null
+++ b/Tests/RunCMake/FindPython/Python2SABIModule.cmake
@@ -0,0 +1,3 @@
+enable_language(C)
+
+find_package(Python2 REQUIRED COMPONENTS Interpreter Development.Module Development.SABIModule)