Skip to content

Commit

Permalink
fixed ShareCodeUpload, ref. issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Nov 5, 2020
1 parent c967019 commit 38641de
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 108 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ find_package(RapidJSON CONFIG REQUIRED)
#
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/README.md" "build/readme.txt" COPYONLY)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/LICENSE" "build/license.txt" COPYONLY)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/update.bat" "build/update.bat" COPYONLY)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/res/update.bat" "build/update.bat" COPYONLY)
configure_file("${CMAKE_SOURCE_DIR}/dependencies/curl/cacert.pem" "build/cacert.pem" COPYONLY)

#
Expand Down
Loading

0 comments on commit 38641de

Please sign in to comment.