1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +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
+8 -7
View File
@@ -19,13 +19,14 @@
#
add_library(spell MODULE
spell.c spell.h
spell-bar-item.c spell-bar-item.h
spell-command.c spell-command.h
spell-completion.c spell-completion.h
spell-config.c spell-config.h
spell-info.c spell-info.h
spell-speller.c spell-speller.h)
spell.c spell.h
spell-bar-item.c spell-bar-item.h
spell-command.c spell-command.h
spell-completion.c spell-completion.h
spell-config.c spell-config.h
spell-info.c spell-info.h
spell-speller.c spell-speller.h
)
set_target_properties(spell PROPERTIES PREFIX "")
if(ENCHANT_FOUND)