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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user