Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5e8e5d4744e68b8b5d2b894e703d7a49f7cfb5e8
/
.
/
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)