1
0
mirror of synced 2025-01-20 17:48:51 +01:00
2018-09-09 01:13:03 +03:00

22 lines
323 B
Lua

project "OpenParrotLoader"
targetname "OpenParrotLoader"
language "C++"
kind "ConsoleApp"
characterset "MBCS"
files
{
"src/**.cpp", "src/**.h",
"deps_inc/**.cpp", "deps_inc/**.h"
}
includedirs { "src", "deps_inc" }
libdirs { }
links { }
postbuildcommands { }
filter "platforms:x64"
targetsuffix "64"