plug + basic parsing
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user