diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 4073317..a9399dc 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -7,6 +7,9 @@ foreach(ClientFile ${ClientFiles}) copy ${ClientFile} ${CMAKE_SOURCE_DIR}/Release/Client/) endforeach() +file(COPY Batcave DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/) +file(COPY images DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/) + file(COPY PowershellWebDelivery DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/) file(COPY PeDropper DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/) file(COPY GoDroplets DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)