Premake seems even nicer

By on August 3, 2012

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" }
 
Posted in: coding
Tagged: , ,

Comments

Be the first to comment.

Leave a Reply