Skip to content

Commit 14f5c10

Browse files
committed
build: binaries
1 parent 87e5336 commit 14f5c10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,6 @@ target_link_options(${PROJECT_NAME} PRIVATE
164164
# Post-build copy the EuroScope binary
165165
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
166166
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/../lib/EuroScopePlugInDll.dll" "${PROJECT_BINARY_DIR}/EuroScopePlugInDll.dll"
167+
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/../lib/EuroScopePlugInDll.dll" "${PROJECT_BINARY_DIR}/../EuroScopePlugInDll.dll"
167168
COMMENT "Copied EuroScope shared library to ${PROJECT_BINARY_DIR}/EuroScopePlugInDll.dll"
168169
)

0 commit comments

Comments
 (0)