mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 21:24:34 +00:00
sign dylibs postbuild
This commit is contained in:
parent
0fe6736634
commit
142bfc4382
2 changed files with 33 additions and 1 deletions
|
|
@ -490,7 +490,11 @@ if (APPLE)
|
|||
XCODE_ATTRIBUTE_ENABLE_TESTABILITY[variant=Debug] YES
|
||||
XCODE_ATTRIBUTE_SDL_FILE_DIR[variant=Debug] parent
|
||||
XCODE_ATTRIBUTE_SDL_FILE_DIR[variant=RelWithDebInfo] parent
|
||||
XCODE_ATTRIBUTE_SDL_FILE_DIR[variant=Release] resource)
|
||||
XCODE_ATTRIBUTE_SDL_FILE_DIR[variant=Release] resource
|
||||
)
|
||||
|
||||
get_target_property(_sdl2_loc SDL2::SDL2 IMPORTED_LOCATION)
|
||||
sign_dylib_post_build(${TORQUE_APP_NAME} "${_sdl2_loc}")
|
||||
|
||||
elseif (WIN32)
|
||||
add_executable(${TORQUE_APP_NAME} WIN32 ${TORQUE_SOURCE_FILES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue