diff --git a/CMakeLists.txt b/CMakeLists.txt index 1148217e..959ab7a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -548,7 +548,7 @@ if(WIN32) add_custom_command(TARGET lovr POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy $ - ${CMAKE_CURRENT_BINARY_DIR}/$/$ + $/$ ) endif() endfunction()