Export all plugin symbols on Windows
This commit is contained in:
parent
50b2a0dc0a
commit
24890ca38a
|
@ -1,3 +1,7 @@
|
|||
if(WIN32)
|
||||
add_link_options("-Wl,--export-all-symbols")
|
||||
endif(WIN32)
|
||||
|
||||
if(DINO_PLUGIN_ENABLED_http-files)
|
||||
add_subdirectory(http-files)
|
||||
endif(DINO_PLUGIN_ENABLED_http-files)
|
||||
|
|
Loading…
Reference in a new issue