improve entt cross-boundry interactions
This commit is contained in:
parent
a68496857d
commit
797b1841a5
@ -9,3 +9,8 @@ target_link_libraries(plugin_message_n10n PUBLIC
|
||||
solanaceae_message_n10n
|
||||
)
|
||||
|
||||
# probably not enough
|
||||
target_compile_definitions(plugin_message_n10n PUBLIC ENTT_API_IMPORT)
|
||||
|
||||
set_target_properties(plugin_message_n10n PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
#include <solanaceae/plugin/solana_plugin_v1.h>
|
||||
|
||||
#include <entt/entt.hpp>
|
||||
#include <entt/fwd.hpp>
|
||||
|
||||
#include "message_n10n.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user