Tweaked README, fixed links.
This commit is contained in:
parent
d10dcab100
commit
d6193777c9
5 changed files with 329 additions and 14 deletions
|
@ -38,6 +38,7 @@ add_library(tox MODULE
|
|||
src/twc-commands.c
|
||||
src/twc-completion.c
|
||||
src/twc-config.c
|
||||
src/twc-data.c
|
||||
src/twc-friend-request.c
|
||||
src/twc-gui.c
|
||||
src/twc-list.c
|
||||
|
@ -50,6 +51,7 @@ add_library(tox MODULE
|
|||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Werror-implicit-function-declaration -Wno-unused-parameter")
|
||||
|
||||
target_link_libraries(tox toxcore)
|
||||
target_link_libraries(tox jansson)
|
||||
|
||||
# remove lib prefix (libtox.so -> tox.so)
|
||||
set_target_properties(tox PROPERTIES PREFIX "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue