diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d2fd5c7..ab49950a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -482,6 +482,10 @@ if (ISLE_BUILD_APP) ISLE/res/isle.rc ISLE/isleapp.cpp ) + add_custom_command(TARGET isle POST_BUILD + COMMAND "${CMAKE_COMMAND}" -E copy $ "$" + COMMAND_EXPAND_LISTS + ) target_compile_definitions(isle PRIVATE ISLE_APP)