mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
initial commit
this commit fixes the copying of dependencies into the app sandbox
This commit is contained in:
parent
95c7e9f3f2
commit
d62b40a9bf
2 changed files with 8 additions and 5 deletions
|
|
@ -155,7 +155,7 @@ set(CMAKE_USE_PTHREADS_INIT 1)
|
|||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
|
||||
set(CMAKE_MACOSX_RPATH 1)
|
||||
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
|
||||
set(CMAKE_INSTALL_RPATH "@executable_path/../Frameworks")
|
||||
|
||||
# Debug configuration for quicker debug builds
|
||||
set(CMAKE_XCODE_ATTRIBUTE_LINKER_DISPLAYS_MANGLED_NAMES[variant=Debug] YES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue