fix cmake compilation of python code
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 31s
Python / test (pull_request) Successful in 41s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m41s
C++ / build (pull_request) Successful in 2m27s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 31s
Python / test (pull_request) Successful in 41s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m41s
C++ / build (pull_request) Successful in 2m27s
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
file(CREATE_LINK
|
||||
"../lib/ZShell/zshell-cli/zshell-cli"
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/usr/bin/zshell-cli" SYMBOLIC
|
||||
)
|
||||
@@ -0,0 +1,12 @@
|
||||
set(ZSHELL_CLI_BIN_DIR "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/usr/bin")
|
||||
file(MAKE_DIRECTORY "${ZSHELL_CLI_BIN_DIR}")
|
||||
|
||||
file(RELATIVE_PATH ZSHELL_CLI_TARGET
|
||||
"${ZSHELL_CLI_BIN_DIR}"
|
||||
"${CMAKE_INSTALL_PREFIX}/@INSTALL_LIBDIR@/zshell-cli/zshell-cli"
|
||||
)
|
||||
|
||||
file(CREATE_LINK
|
||||
"${ZSHELL_CLI_TARGET}"
|
||||
"${ZSHELL_CLI_BIN_DIR}/zshell-cli" SYMBOLIC
|
||||
)
|
||||
Reference in New Issue
Block a user