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
I'm trying to decide on continuing with existing Visual Studio projects for Windows, and CMake for Linux. Or move to GENie or premake with the aim of having cleaner projects and being able to target other platforms (xcode..).
This CustomBuild stuff is likely the trickiest bit.
Just paste the whole section straight from the .vcxproj instead of using custombuildtask?
The text was updated successfully, but these errors were encountered:
Is there a way to provide more than one output file to custombuildtask?
In Visual Studio, it's used to avoid running a command every time. See 'Outputs':
https://docs.microsoft.com/en-us/cpp/build/specifying-custom-build-tools?view=vs-2019
premake has a 'buildoutputs' that handles this?
https://github.com/premake/premake-core/wiki/buildcommands
I'm trying to decide on continuing with existing Visual Studio projects for Windows, and CMake for Linux. Or move to GENie or premake with the aim of having cleaner projects and being able to target other platforms (xcode..).
This CustomBuild stuff is likely the trickiest bit.
Just paste the whole section straight from the .vcxproj instead of using custombuildtask?
The text was updated successfully, but these errors were encountered: