fix imgui, add dice tool and p2prng (non functional yet)
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 3m21s
ContinuousIntegration / linux (push) Successful in 2m41s
ContinuousIntegration / android (push) Failing after 5m26s
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 3m21s
ContinuousIntegration / linux (push) Successful in 2m41s
ContinuousIntegration / android (push) Failing after 5m26s
This commit is contained in:
@@ -35,3 +35,21 @@ target_link_libraries(plugin_transfer_auto_accept PUBLIC
|
||||
solanaceae_message3
|
||||
solanaceae_tox_messages # sad, for filekind
|
||||
)
|
||||
|
||||
########################################
|
||||
|
||||
add_library(plugin_dice_tool MODULE
|
||||
./plugin_dice_tool.cpp
|
||||
./dice_tool.hpp
|
||||
./dice_tool.cpp
|
||||
)
|
||||
set_target_properties(plugin_dice_tool PROPERTIES
|
||||
C_VISIBILITY_PRESET hidden
|
||||
)
|
||||
target_compile_definitions(plugin_dice_tool PUBLIC ENTT_API_IMPORT)
|
||||
|
||||
target_link_libraries(plugin_dice_tool PUBLIC
|
||||
solanaceae_plugin
|
||||
solanaceae_tox_p2prng
|
||||
imgui
|
||||
)
|
||||
|
Reference in New Issue
Block a user