There seems to be a workaround for my issue with premake.
http://industriousone.com/topic/it-about-vpaths-and-filter-file
The workaround is quite elegant:
files { "../AdvMaterialToolApp/**.h" } vpaths { ["Headers/Camera"] = "**/basic.h" } vpaths { ["Headers/Camera"] = "**/advance.h" } vpaths { ["Headers/merchant"] = "**/chocolate.h" }
You must be logged in to post a comment.
Be the first to comment.