4 lines
105 B
CMake
4 lines
105 B
CMake
add_library(http_plugin SHARED
|
|
http_plugin.cpp
|
|
)
|
|
set_target_properties(http_plugin PROPERTIES PREFIX "") |