fix: descending ladder triggers nav fall recovery
nav: various fixes to player avoiding build: fix cmake postfix when building as part of cs16-client Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
parent
ecb1f20303
commit
c322e36d9b
6 changed files with 105 additions and 89 deletions
|
|
@ -145,6 +145,10 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
|||
"ext/linkage"
|
||||
)
|
||||
|
||||
if(COMMAND set_target_postfix)
|
||||
set_target_postfix(${PROJECT_NAME})
|
||||
endif()
|
||||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
DESTINATION "${GAME_DIR}/${SERVER_INSTALL_DIR}/"
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue