From 8a7a0987ef48dab685ec13a40c55bc092d794e9b Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Thu, 13 Jul 2023 10:23:46 -0400 Subject: [PATCH] Add dependency so unit tests will build --- testing/unittests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/unittests/CMakeLists.txt b/testing/unittests/CMakeLists.txt index 3c5c40c755b..58153493d35 100644 --- a/testing/unittests/CMakeLists.txt +++ b/testing/unittests/CMakeLists.txt @@ -83,6 +83,7 @@ include_directories ( ${HPCC_SOURCE_DIR}/esp/bindings ${HPCC_SOURCE_DIR}/esp/bindings/SOAP/xpp ${HPCC_SOURCE_DIR}/esp/esdllib + ${HPCC_SOURCE_DIR}/esp/esdlscriptlib ${HPCC_SOURCE_DIR}/esp/logging ${HPCC_SOURCE_DIR}/esp/logging/logginglib ${HPCC_SOURCE_DIR}/esp/logging/loggingmanager