2007-05-21 16:30:04 +00:00
|
|
|
#
|
2021-01-02 21:34:16 +01:00
|
|
|
# Copyright (C) 2003-2021 Sébastien Helleu <flashcode@flashtux.org>
|
2010-06-22 19:46:28 +02:00
|
|
|
# Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
|
|
|
|
# Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.org>
|
|
|
|
#
|
|
|
|
# This file is part of WeeChat, the extensible chat client.
|
|
|
|
#
|
|
|
|
# WeeChat is free software; you can redistribute it and/or modify
|
2007-05-21 16:30:04 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-02 12:25:13 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2007-05-21 16:30:04 +00:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
2010-06-22 19:46:28 +02:00
|
|
|
# WeeChat is distributed in the hope that it will be useful,
|
2007-05-21 16:30:04 +00:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2018-11-29 23:16:07 +01:00
|
|
|
# along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
2007-05-21 16:30:04 +00:00
|
|
|
#
|
|
|
|
|
2014-07-20 19:16:01 +02:00
|
|
|
add_subdirectory(core)
|
2014-04-12 18:00:27 +02:00
|
|
|
list(APPEND STATIC_LIBS weechat_core)
|
2007-08-31 13:28:05 +00:00
|
|
|
|
2014-07-20 19:16:01 +02:00
|
|
|
add_subdirectory(plugins)
|
2007-08-31 13:28:05 +00:00
|
|
|
|
2014-07-20 19:16:01 +02:00
|
|
|
add_subdirectory(gui)
|