Skip to content
Snippets Groups Projects
Commit 6a778449 authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau
Browse files

cmake: copy file used by ut_conversation

GitLab: #1124
Change-Id: Ib28ece652a3fb849a126fc28f04cb35a87c47fee
parent 1b2d8ba5
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment