We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cbb77 commit 9de0ed8Copy full SHA for 9de0ed8
client/CMakeLists.txt
@@ -7,6 +7,9 @@ foreach(ClientFile ${ClientFiles})
7
copy ${ClientFile} ${CMAKE_SOURCE_DIR}/Release/Client/)
8
endforeach()
9
10
+file(COPY Batcave DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
11
+file(COPY images DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
12
+
13
file(COPY PowershellWebDelivery DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
14
file(COPY PeDropper DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
15
file(COPY GoDroplets DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
0 commit comments