fix totato message ordering on message deletion
This commit is contained in:
2
external/solanaceae_message3
vendored
2
external/solanaceae_message3
vendored
Submodule external/solanaceae_message3 updated: d3cc992d3e...ab282235b5
2
external/solanaceae_zox
vendored
2
external/solanaceae_zox
vendored
Submodule external/solanaceae_zox updated: e6f0127357...2b73d76f93
2
external/totato
vendored
2
external/totato
vendored
Submodule external/totato updated: e459e1c166...343c8e7012
@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
add_library(plugin_ngcft1 SHARED
|
||||
./plugin_ngcft1.cpp
|
||||
)
|
||||
set_property(TARGET plugin_ngcft1 PROPERTY C_VISIBILITY_PRESET hidden)
|
||||
set_property(TARGET plugin_ngcft1 PROPERTY VISIBILITY_INLINES_HIDDEN ON)
|
||||
|
||||
target_link_libraries(plugin_ngcft1 PUBLIC
|
||||
solanaceae_plugin
|
||||
@ -16,6 +18,7 @@ target_link_libraries(plugin_ngcft1 PUBLIC
|
||||
add_library(plugin_zox_ngc SHARED
|
||||
./plugin_zox_ngc.cpp
|
||||
)
|
||||
set_property(TARGET plugin_zox_ngc PROPERTY C_VISIBILITY_PRESET hidden)
|
||||
|
||||
target_link_libraries(plugin_zox_ngc PUBLIC
|
||||
solanaceae_plugin
|
||||
@ -27,6 +30,7 @@ target_link_libraries(plugin_zox_ngc PUBLIC
|
||||
add_library(plugin_zox_ngc_hs SHARED
|
||||
./plugin_zox_ngc_hs.cpp
|
||||
)
|
||||
set_property(TARGET plugin_zox_ngc_hs PROPERTY C_VISIBILITY_PRESET hidden)
|
||||
|
||||
target_link_libraries(plugin_zox_ngc_hs PUBLIC
|
||||
solanaceae_plugin
|
||||
@ -40,6 +44,7 @@ add_library(plugin_transfer_auto_accept SHARED
|
||||
./transfer_auto_accept.hpp
|
||||
./transfer_auto_accept.cpp
|
||||
)
|
||||
set_property(TARGET plugin_transfer_auto_accept PROPERTY C_VISIBILITY_PRESET hidden)
|
||||
|
||||
target_link_libraries(plugin_transfer_auto_accept PUBLIC
|
||||
solanaceae_plugin
|
||||
|
Reference in New Issue
Block a user