summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindPython/DifferentComponents.cmake
blob: 30cd44eeb59de5678fb8e61213f8e1ed8898a235 (plain)
1
2
3
4
5
enable_language(C)

add_subdirectory(subdir)

find_package(Python3 REQUIRED COMPONENTS Development.Module)