You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a quick clean way to generate the project with macros? for instance to have $(SolutionDir)$(Platform)\$(Configuration)\ written in the Output Directory, etc
I tried to add changes like changes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a quick clean way to generate the project with macros? for instance to have
$(SolutionDir)$(Platform)\$(Configuration)\
written in the Output Directory, etcI tried to add changes like changes
but its not working, cmake generate full path before $(SolutionDir)/ThirdParty/Physx like this
I expected
$(SolutionDir)/ThirdParty/Physx/source/common/src
Beta Was this translation helpful? Give feedback.
All reactions