Add preliminary construct for plugin renderers (shared object renderers)

This commit is contained in:
2019-11-12 19:12:57 +01:00
parent 40a7e5a650
commit 74dfbd9b34
5 changed files with 23 additions and 1 deletions

2
plugins/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
add_subdirectory(python-renderer)
add_custom_target(plugins DEPENDS pythonrenderer)