From e77b247a23394e3bd1d7deabcef03cc9e189fc17 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Fri, 14 Jul 2023 18:04:27 -0400 Subject: [PATCH] cmake: add a project label to avoid name conflicts with the client Change-Id: I8b894ccbad13fea3bb75e835bedd8c28fd3ba0bf --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6d79ac8c5..e30c2f1c75 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 ################################################################################ -- GitLab