mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
core: fix style in CMake files
This commit is contained in:
@@ -18,15 +18,16 @@
|
||||
#
|
||||
|
||||
add_library(fset MODULE
|
||||
fset.c fset.h
|
||||
fset-bar-item.c fset-bar-item.h
|
||||
fset-buffer.c fset-buffer.h
|
||||
fset-command.c fset-command.h
|
||||
fset-completion.c fset-completion.h
|
||||
fset-config.c fset-config.h
|
||||
fset-info.c fset-info.h
|
||||
fset-mouse.c fset-mouse.h
|
||||
fset-option.c fset-option.h)
|
||||
fset.c fset.h
|
||||
fset-bar-item.c fset-bar-item.h
|
||||
fset-buffer.c fset-buffer.h
|
||||
fset-command.c fset-command.h
|
||||
fset-completion.c fset-completion.h
|
||||
fset-config.c fset-config.h
|
||||
fset-info.c fset-info.h
|
||||
fset-mouse.c fset-mouse.h
|
||||
fset-option.c fset-option.h
|
||||
)
|
||||
set_target_properties(fset PROPERTIES PREFIX "")
|
||||
|
||||
target_link_libraries(fset coverage_config)
|
||||
|
||||
Reference in New Issue
Block a user