premake and vs2022 linux project #1849
Unanswered
PreciousRoy0
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The docs covers using modules. As for that module, I originally wrote it for VS2015, it might work with VS2017, VS2019 and VS2022 but you may have to make some modifications to get it working. I stopped using the project type as it wasn't very good with multiple projects, maybe that has changed though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to figure out how to generate a linux project for vs2022.
i found this. https://github.com/LORgames/premake-vslinux
but i have no idea how to load modules and have no idea if it should even work for vs2022.
I have also had a look at the docs but i have not found anything up until now.
this project type allows you to remotely debug on a linux machine.
Edit:
i found this https://premake.github.io/docs/system but it seems it does not work for what i want. any ideas?
Beta Was this translation helpful? Give feedback.
All reactions