fix(CMakeLists): install leanpkg
fixes #1561 @jroesch Could you please check if this patch works on your OSX machine?
This commit is contained in:
parent
73b4e42485
commit
c3aa1ce444
1 changed files with 4 additions and 0 deletions
|
|
@ -477,6 +477,10 @@ add_custom_target(clean-std-lib
|
|||
add_custom_target(clean-olean
|
||||
DEPENDS clean-std-lib)
|
||||
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/../bin/leanpkg"
|
||||
DESTINATION bin
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/../bin/leanemacs.bat" "${CMAKE_SOURCE_DIR}/../bin/leanemacs.bat"
|
||||
DESTINATION bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue