Try to fix the relative path once more

This commit is contained in:
Dimitris Panokostas 2024-06-04 08:52:31 +02:00
parent af14d197d9
commit 9946d56cc3
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -26,6 +26,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
message(STATUS "Linux platform detected")
add_custom_command(TARGET floppybridge POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:floppybridge> ${CMAKE_SOURCE_DIR}/../../plugins/
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:floppybridge> ${CMAKE_SOURCE_DIR}/../plugins
)
endif ()