change project/solution name (matches repo name)
This commit is contained in:
parent
3095735268
commit
8254693b1e
|
@ -12,11 +12,11 @@ if _ACTION == "clean" then
|
||||||
os.rmdir(BUILD_DIR)
|
os.rmdir(BUILD_DIR)
|
||||||
end
|
end
|
||||||
|
|
||||||
solution "EngineTest"
|
solution "MyGameFramework"
|
||||||
configurations { "Debug", "Release" }
|
configurations { "Debug", "Release" }
|
||||||
location (BUILD_DIR .. "/" .. _ACTION)
|
location (BUILD_DIR .. "/" .. _ACTION)
|
||||||
|
|
||||||
project "EngineTest"
|
project "MyGameFramework"
|
||||||
kind "WindowedApp"
|
kind "WindowedApp"
|
||||||
language "C++"
|
language "C++"
|
||||||
location (BUILD_DIR .. "/" .. _ACTION)
|
location (BUILD_DIR .. "/" .. _ACTION)
|
||||||
|
|
Reference in a new issue