Changed tox target type to MODULE (was SHARED).
This commit is contained in:
parent
b9cefdbac0
commit
b667e61746
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
|
|||
|
||||
project(tox-weechat)
|
||||
|
||||
add_library(tox SHARED
|
||||
add_library(tox MODULE
|
||||
src/tox-weechat.c
|
||||
src/tox-weechat-tox.c
|
||||
src/tox-weechat-utils.c
|
||||
|
|
Loading…
Reference in a new issue