assert( NV_RUNTIME == "dcrt" ) project "*" includedirs { "D:/Libraries/wxwidgets/include/msvc/", "D:/Libraries/wxwidgets/include/", } libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" } defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" } project "nv-wx" location (_ACTION.."/"..NV_RUNTIME) language "C++" kind "StaticLib" files { "nv/wx/**.hh", "src/wx/**.cc" } includedirs { "../nv" } links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" }