1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00
Files
CMake/Tests/RunCMake/FindPython/Python2SABIModule.cmake
2025-02-28 17:55:24 +01:00

4 lines
116 B
CMake

enable_language(C)
find_package(Python2 REQUIRED COMPONENTS Interpreter Development.Module Development.SABIModule)