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

Code cannot handle relative project setups. #119

Open
smaudet opened this issue Jul 21, 2020 · 1 comment
Open

Code cannot handle relative project setups. #119

smaudet opened this issue Jul 21, 2020 · 1 comment

Comments

@smaudet
Copy link

smaudet commented Jul 21, 2020

Describe the bug
Custom setups where vcxproj files are in a separate directory to the source code are not properly supported. Requires a lot of manual retargeting as the code makes a bunch of invalid assumptions about where these two live relative to one another.

To Reproduce
Make a VCXPROJ with sources, includes, libs, in a separate directory relative to project root.

Expected behavior
Produces a valid CMakeLists.txt

Additional context
Additionally there is a large amount of junk or overkill pathing, the pathing code in general could be dramatically overhauled and probably most of it deleted.

@pavelliavonau
Copy link
Owner

My case of splitted code works fine. Provide sample of solution to reproduce.

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

No branches or pull requests

2 participants