solanaceae_toxic_games/plugins/CMakeLists.txt

12 lines
211 B
CMake
Raw Normal View History

2023-11-25 19:41:55 +01:00
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
2023-11-25 20:43:00 +01:00
add_library(plugin_toxic_games SHARED
./plugin_toxic_games.cpp
)
target_link_libraries(plugin_toxic_games PUBLIC
solanaceae_plugin
solanaceae_toxic_games
)