Adding OUTPUT_NAME to physics gems shared libraries to avoid conflicting with their 3rdParty libraries
This commit is contained in:
@@ -25,6 +25,7 @@ endif()
|
||||
ly_add_target(
|
||||
NAME PhysXDebug ${PAL_TRAIT_MONOLITHIC_DRIVEN_MODULE_TYPE}
|
||||
NAMESPACE Gem
|
||||
OUTPUT_NAME PhysXDebug.Gem
|
||||
FILES_CMAKE
|
||||
${physx_files}
|
||||
INCLUDE_DIRECTORIES
|
||||
@@ -47,8 +48,8 @@ ly_add_target(
|
||||
if(PAL_TRAIT_BUILD_HOST_TOOLS)
|
||||
ly_add_target(
|
||||
NAME PhysXDebug.Editor GEM_MODULE
|
||||
|
||||
NAMESPACE Gem
|
||||
OUTPUT_NAME PhysXDebug.Editor.Gem
|
||||
FILES_CMAKE
|
||||
${physx_editor_files}
|
||||
COMPILE_DEFINITIONS
|
||||
|
||||
Reference in New Issue
Block a user