Skip to content

Commit acf239a

Browse files
authored
Merge pull request #7 from maxDcb/develop
Release 0.5.1
2 parents 30cbb77 + 9de0ed8 commit acf239a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ foreach(ClientFile ${ClientFiles})
77
copy ${ClientFile} ${CMAKE_SOURCE_DIR}/Release/Client/)
88
endforeach()
99

10+
file(COPY Batcave DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
11+
file(COPY images DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
12+
1013
file(COPY PowershellWebDelivery DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
1114
file(COPY PeDropper DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)
1215
file(COPY GoDroplets DESTINATION ${CMAKE_SOURCE_DIR}/Release/Client/)

0 commit comments

Comments
 (0)