-
I use add_forceincludes("common/macros.hpp") <Import Project="$(XmakeProgramDir)\scripts\vsxmake\vsproj\Xmake.props" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
<ClCompile>
<ForcedIncludeFiles>common/macros.hpp;%(ForcedIncludeFiles)</ForcedIncludeFiles>
</ClCompile> |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
May 11, 2024
Replies: 2 comments 2 replies
-
try this patch. #5084 xmake update -s github:xmake-io/xmake#vsxmake |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks, that worked for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try it again.
xmake update -s dev