Skip to content

Commit 945da33

Browse files
committed
Move files in cmake
1 parent eb41023 commit 945da33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Dialect/ESI/runtime/cosim_dpi_server/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(cosim_collateral
5454

5555
install(FILES
5656
${cosim_collateral}
57-
DESTINATION cosim
57+
DESTINATION esiaccel/cosim
5858
COMPONENT ESIRuntime
5959
)
6060

@@ -66,7 +66,7 @@ foreach (cf ${cosim_collateral})
6666
add_custom_command(TARGET esi-cosim POST_BUILD
6767
COMMAND ${CMAKE_COMMAND} -E copy_if_different
6868
${CMAKE_CURRENT_SOURCE_DIR}/${cf}
69-
${CMAKE_BINARY_DIR}/cosim/${cf}
69+
${CMAKE_CURRENT_BINARY_DIR}/../python/esiaccel/cosim/${cf}
7070
)
7171
endforeach()
7272

0 commit comments

Comments
 (0)