Add preview rendering skeleton

This commit is contained in:
2022-04-18 14:17:21 +02:00
parent 8b1f667819
commit f42d61192a
6 changed files with 29 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
add_subdirectory(plugin-example)
add_custom_target(plugins DEPENDS pluginexample)
cmake_minimum_required(VERSION 3.0)

View File

@@ -1,5 +1,5 @@
project(pluginexample)
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
find_package(PkgConfig REQUIRED)
pkg_search_module(PYTHON REQUIRED python3)