1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add command line option --build-info / -i to display information about build options (closes #449)

This commit is contained in:
Sébastien Helleu
2024-08-12 21:35:04 +02:00
parent f09855540e
commit 071f8f87e7
22 changed files with 422 additions and 166 deletions
-1
View File
@@ -260,7 +260,6 @@ add_subdirectory(icons)
if(ENABLE_NLS)
find_package(Gettext REQUIRED)
add_definitions(-DENABLE_NLS)
find_package(Intl REQUIRED)
list(APPEND EXTRA_LIBS "${Intl_LIBRARIES}")
add_subdirectory(po)