From 6a778449119cd5766fc03493eec830fbcad27394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Simon=20Fauteux-Chapleau?= <francois-simon.fauteux-chapleau@savoirfairelinux.com> Date: Thu, 17 Apr 2025 15:09:46 -0400 Subject: [PATCH] cmake: copy file used by ut_conversation GitLab: #1124 Change-Id: Ib28ece652a3fb849a126fc28f04cb35a87c47fee --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index af69639012..37bf6b941d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -778,6 +778,7 @@ else() pkg_search_module(Cppunit REQUIRED IMPORTED_TARGET cppunit) file(COPY test/unitTest/actors DESTINATION ${CMAKE_BINARY_DIR}) + file(COPY test/unitTest/conversation/rsc DESTINATION ${CMAKE_BINARY_DIR}/conversation) add_library(ut_library STATIC test/unitTest/common.cpp) target_link_libraries(ut_library -- GitLab