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