Formatting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user