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