mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Use PROGRAMS to install encfssh with executable permissions
This commit is contained in:
parent
514bfd34da
commit
779b69208a
@ -228,7 +228,7 @@ target_link_libraries (makekey encfs)
|
||||
add_executable (checkops encfs/test.cpp)
|
||||
target_link_libraries (checkops encfs)
|
||||
|
||||
install (FILES encfs/encfssh DESTINATION bin)
|
||||
install (PROGRAMS encfs/encfssh DESTINATION bin)
|
||||
|
||||
# Reference all headers, to make certain IDEs happy.
|
||||
file (GLOB_RECURSE all_headers ${CMAKE_CURRENT_LIST_DIR}/*.h)
|
||||
|
Loading…
Reference in New Issue
Block a user