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