From 3de4a91344c925ddbb0020ed8960fa8b0ecb2014 Mon Sep 17 00:00:00 2001
From: François Andriot <albator78@libertysurf.fr>
Date: Mon, 13 Apr 2026 22:31:21 +0200
Subject: krec: add ARTS_LIBRARY_DIRS to link_directories This fixes issue
 #108.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: François Andriot <albator78@libertysurf.fr>
---
 krec/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/krec/CMakeLists.txt b/krec/CMakeLists.txt
index 2c867eb6..2c8bd6f7 100644
--- a/krec/CMakeLists.txt
+++ b/krec/CMakeLists.txt
@@ -32,6 +32,7 @@ include_directories(
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${ARTS_LIBRARY_DIRS}
   ${ARTSC_LIBRARY_DIRS}
 )
 
-- 
cgit v1.2.3

