Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
FindPython
/
DifferentComponents.cmake
blob: 30cd44eeb59de5678fb8e61213f8e1ed8898a235 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_subdirectory
(
subdir
)
find_package
(
Python3
REQUIRED COMPONENTS
Development
.
Module
)