PyroFlareX / Vinegar

My multi-platform rendering engine. Requires C++14.
1 stars 0 forks source link

Fix Makefile or Build System #16

Closed PyroFlareX closed 4 years ago

PyroFlareX commented 5 years ago

Currently I am building with the integrated VS17 build system. I do not want this to continue. I would prefer a better, cross-platform, and cross-compiler friendly build system. I already am attempting Makefiles, to little if any success. The directory includes and linking are not working and the like. If someone could get a better build system to work that is able to package data into the executable, that would be great!

PyroFlareX commented 4 years ago

Done as of PR #18 . However, support for custom Makefiles still are appreciated.