premake4.lua 90 B

123456789
  1. project "HACD"
  2. kind "StaticLib"
  3. includedirs {"."}
  4. files {
  5. "**.cpp",
  6. "**.h"
  7. }