Plugin Management support C plugin
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
|
||||
add_definitions(-fPIC)
|
||||
|
||||
add_library(custom_event_plugin
|
||||
add_library(custom_event_plugin SHARED
|
||||
custom_event_plugin.cpp
|
||||
)
|
||||
set_target_properties(custom_event_plugin PROPERTIES PREFIX "")
|
||||
set_target_properties(custom_event_plugin PROPERTIES PREFIX "")
|
||||
|
||||
add_library(http_event_plugin
|
||||
http_event_plugin.cpp
|
||||
add_library(http_event_plugin SHARED
|
||||
http_event_plugin.cpp
|
||||
)
|
||||
set_target_properties(http_event_plugin PROPERTIES PREFIX "")
|
||||
set_target_properties(http_event_plugin PROPERTIES PREFIX "")
|
||||
Reference in New Issue
Block a user