Formatting.
This commit is contained in:
parent
9d62668113
commit
82523f448b
7 changed files with 32 additions and 58 deletions
|
@ -21,7 +21,8 @@ cmake_minimum_required(VERSION 2.8.7)
|
|||
|
||||
project(tox-weechat C)
|
||||
|
||||
set(PLUGIN_PATH "lib/weechat/plugins" CACHE PATH "Path to install the plugin binary to.")
|
||||
set(PLUGIN_PATH "lib/weechat/plugins" CACHE PATH
|
||||
"Path to install the plugin binary to.")
|
||||
|
||||
add_library(tox MODULE
|
||||
src/twc.c
|
||||
|
@ -41,7 +42,8 @@ add_library(tox MODULE
|
|||
src/twc-utils.c
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Wno-unused-parameter")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \
|
||||
-std=gnu99 -Wall -Wextra -Wno-unused-parameter")
|
||||
|
||||
target_link_libraries(tox toxcore)
|
||||
target_link_libraries(tox toxav)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue