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