Removed library linking as plugin is now compiled like a module.
This commit is contained in:
parent
b667e61746
commit
bdd140f4f4
@ -14,8 +14,6 @@ add_library(tox MODULE
|
||||
add_definitions(-D_GNU_SOURCE)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Wall -Wextra -Werror-implicit-function-declaration -Wno-unused-parameter")
|
||||
|
||||
target_link_libraries(tox toxcore)
|
||||
|
||||
# remove lib prefix (libtox.so -> tox.so)
|
||||
set_target_properties(tox PROPERTIES PREFIX "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user