-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
new version xmake can not build static lib only containing modules #4832
Comments
please try: target("staticLib_module", function ()
set_kind("moduleonly")
add_files("*.ixx", {public = true})
end) The new version refactors c++20 modules support and adds a moduleonly kind to replace the static kind. |
please provide an example project. |
xmake project -k cmake |
cmake generator does not support moduleonly now. @Arthapz It will only generate |
How is it going? @Arthapz |
i'll check this week-end, i don't have much time this week |
Xmake Version
2.8.8
Operating System Version and Architecture
Win10 22H2
Describe Bug
v2.8.8
v2.8.5
Expected Behavior
successful build in new version
Project Configuration
test_project.zip
Additional Information and Error Logs
null
The text was updated successfully, but these errors were encountered: