diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-28 20:37:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-01 18:31:41 +0200 |
commit | baf8f635fff9e3b5417d3d88efb35df3f1c59a8d (patch) | |
tree | 98a0e3dcb62d3730da9111cfebc0f510c1a55ad6 /src/plugins/tcl | |
parent | 779420d50d366fd8864a3c5bf5585160443a28cc (diff) | |
download | weechat-baf8f635fff9e3b5417d3d88efb35df3f1c59a8d.zip |
core: fix style in CMake files
Diffstat (limited to 'src/plugins/tcl')
-rw-r--r-- | src/plugins/tcl/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/tcl/CMakeLists.txt b/src/plugins/tcl/CMakeLists.txt index c39e2106d..a159751a3 100644 --- a/src/plugins/tcl/CMakeLists.txt +++ b/src/plugins/tcl/CMakeLists.txt @@ -19,9 +19,10 @@ # along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # -add_library(tcl MODULE weechat-tcl.c weechat-tcl.h -weechat-tcl-api.c weechat-tcl-api.h) - +add_library(tcl MODULE + weechat-tcl.c weechat-tcl.h + weechat-tcl-api.c weechat-tcl-api.h +) set_target_properties(tcl PROPERTIES PREFIX "") if(TCL_FOUND) |