plug + basic parsing

This commit is contained in:
2023-11-25 20:43:00 +01:00
parent 8f02e6b5ee
commit 0219d24647
8 changed files with 181 additions and 36 deletions

View File

@@ -1,2 +1,11 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
add_library(plugin_toxic_games SHARED
./plugin_toxic_games.cpp
)
target_link_libraries(plugin_toxic_games PUBLIC
solanaceae_plugin
solanaceae_toxic_games
)