Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
76c2d7781eb37acd6731bcd8ea9a25ad03b01021
/
.
/
Tests
/
FindPython
/
DifferentComponents
/
CMakeLists.txt
blob: e72b4bf3a886ee66ca6db0e38e42aee754011e4f [
file
]
cmake_minimum_required(VERSION 3.15)
project(TestDifferentComponents LANGUAGES C)
add_subdirectory(subdir)
find_package(Python3 REQUIRED COMPONENTS Development.Module)