1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +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
+4 -3
View File
@@ -17,9 +17,10 @@
# along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
#
add_library(python MODULE weechat-python.c weechat-python.h
weechat-python-api.c weechat-python-api.h)
add_library(python MODULE
weechat-python.c weechat-python.h
weechat-python-api.c weechat-python-api.h
)
set_target_properties(python PROPERTIES PREFIX "")
if(PYTHON_FOUND)