Browse Source

Merge pull request #2310 from ideal/master

cmake: keep execute permission of files in bin directory
pull/2316/head
Max Lv 5 years ago
committed by GitHub
parent
commit
8fa86701ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

@ -239,6 +239,7 @@ target_link_libraries(shadowsocks-libev-shared ${DEPS_SHARED})
# Misc
# Recommend to install shared by default
install(DIRECTORY ${RUNTIME_SHARED_OUTPUT_DIRECTORY}/
USE_SOURCE_PERMISSIONS
DESTINATION bin)
if (WITH_STATIC)

Loading…
Cancel
Save