You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: