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