From 7e38228d6bf3a23f03b1b62a649ca9317456fc0e Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Thu, 21 Aug 2025 20:34:11 +0300
Subject: kopete/sms: fix FTBFS when building with gsmlib

This is a fixup to the previous series of patches to kopete/sms.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 kopete/protocols/sms/services/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kopete/protocols/sms/services/CMakeLists.txt b/kopete/protocols/sms/services/CMakeLists.txt
index af047eb0..2be778ad 100644
--- a/kopete/protocols/sms/services/CMakeLists.txt
+++ b/kopete/protocols/sms/services/CMakeLists.txt
@@ -14,6 +14,7 @@
 include_directories(
   ${CMAKE_CURRENT_BINARY_DIR}
   ${CMAKE_CURRENT_SOURCE_DIR}/..
+  ${CMAKE_BINARY_DIR}
   ${CMAKE_SOURCE_DIR}/kopete/libkopete
   ${TDE_INCLUDE_DIR}
   ${TQT_INCLUDE_DIRS}
-- 
cgit v1.2.3

