File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Templates/DefaultGem/Template/Code Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
135
135
PUBLIC
136
136
AZ::AzToolsFramework
137
137
${gem_name} .Editor.API
138
- $<TARGET_OBJECTS:Gem:: $ {gem_name} .Private .Object>
138
+ ${gem_name} .Private .Object
139
139
)
140
140
141
141
ly_add_target(
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
124
124
BUILD_DEPENDENCIES
125
125
PUBLIC
126
126
AZ::AzToolsFramework
127
- $<TARGET_OBJECTS:Gem:: $ {gem_name} .Private .Object>
127
+ ${gem_name} .Private .Object
128
128
)
129
129
130
130
ly_add_target(
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
132
132
PUBLIC
133
133
AZ::AzToolsFramework
134
134
AZ::AssetBuilderSDK
135
- $<TARGET_OBJECTS:Gem:: $ {gem_name} .Private .Object>
135
+ ${gem_name} .Private .Object
136
136
PRIVATE
137
137
3rdParty::miniaudio
138
138
3rdParty::stb_vorbis
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
141
141
BUILD_DEPENDENCIES
142
142
PUBLIC
143
143
AZ::AzToolsFramework
144
- $<TARGET_OBJECTS:Gem:: $ {gem_name} .Private .Object>
144
+ ${gem_name} .Private .Object
145
145
)
146
146
147
147
ly_add_target(
You can’t perform that action at this time.
0 commit comments