We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.2
Windows 11 version 22H2
以下脚本:
add_rules("mode.debug", "mode.release") target("xmake_group") set_group("00.group") set_kind("binary") add_files("src/*.cpp") target("xmake_group2") set_group("00.group/cgpu") set_kind("binary") add_files("src2/*.cpp")
生成的 VS 工程层级如下:
正确地生成如下的目录结构:
No response
The text was updated successfully, but these errors were encountered:
fix vs group #2949
3c938b9
再试下 应该可以了 xmake update -s dev
Sorry, something went wrong.
好了
No branches or pull requests
Xmake Version
2.7.2
Operating System Version and Architecture
Windows 11 version 22H2
Describe Bug
以下脚本:
生成的 VS 工程层级如下:
Expected Behavior
正确地生成如下的目录结构:
Project Configuration
No response
Additional Information and Error Logs
No response
The text was updated successfully, but these errors were encountered: