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