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