diff --git a/CMakeLists.txt b/CMakeLists.txt index e6d79ac8c5e7017bbaeb9702a8e9c1055f539c0b..e30c2f1c752a2a244484628764da6636633a846e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ project(jami LANGUAGES C CXX) set(PACKAGE_NAME "Jami Daemon") +set(PROJECT_LABEL "libjami") + ################################################################################ # Build options ################################################################################