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