1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

core: fix style in CMake files

This commit is contained in:
Sébastien Helleu
2019-09-28 20:37:38 +02:00
parent 779420d50d
commit baf8f635ff
39 changed files with 254 additions and 210 deletions
+6 -5
View File
@@ -18,11 +18,12 @@
#
add_library(exec MODULE
exec.c exec.h
exec-buffer.c exec-buffer.h
exec-command.c exec-command.h
exec-completion.c exec-completion.h
exec-config.c exec-config.h)
exec.c exec.h
exec-buffer.c exec-buffer.h
exec-command.c exec-command.h
exec-completion.c exec-completion.h
exec-config.c exec-config.h
)
set_target_properties(exec PROPERTIES PREFIX "")
target_link_libraries(exec coverage_config)