summaryrefslogtreecommitdiff
path: root/Tests/FindPython/DifferentComponents/CMakeLists.txt
blob: e3e7b367ee87cff5e5e799c7f39c5aefc63904a6 (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.5)

project(TestDifferentComponents LANGUAGES C)

add_subdirectory(subdir)

find_package(Python3 REQUIRED COMPONENTS Development.Module)