Skip to content
New issue

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

vsxmake 生成的 Visual Studio 工程中 set_group 层级错误 #2949

Closed
SaeruHikari opened this issue Oct 20, 2022 · 2 comments
Closed

vsxmake 生成的 Visual Studio 工程中 set_group 层级错误 #2949

SaeruHikari opened this issue Oct 20, 2022 · 2 comments
Labels
Milestone

Comments

@SaeruHikari
Copy link

Xmake Version

2.7.2

Operating System Version and Architecture

Windows 11 version 22H2

Describe Bug

以下脚本:

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 工程层级如下:

image

Expected Behavior

正确地生成如下的目录结构:

image

Project Configuration

No response

Additional Information and Error Logs

No response

@waruqi waruqi added this to the v2.7.3 milestone Oct 20, 2022
waruqi added a commit that referenced this issue Oct 20, 2022
@waruqi
Copy link
Member

waruqi commented Oct 20, 2022

再试下 应该可以了 xmake update -s dev

@SaeruHikari
Copy link
Author

好了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants