diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e751f0..ee2dd10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ endforeach(file_i) file(GLOB_RECURSE DLLS "${CMAKE_BINARY_DIR}/*.dll" ) file(COPY ${DLLS} DESTINATION ${CMAKE_BINARY_DIR}) +file(COPY ${DLLS} DESTINATION "${CMAKE_BINARY_DIR}/test") file(COPY image DESTINATION ${CMAKE_BINARY_DIR}) file(COPY levels DESTINATION ${CMAKE_BINARY_DIR})