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)
|
||||
end
|
||||
|
||||
solution "EngineTest"
|
||||
solution "MyGameFramework"
|
||||
configurations { "Debug", "Release" }
|
||||
location (BUILD_DIR .. "/" .. _ACTION)
|
||||
|
||||
project "EngineTest"
|
||||
project "MyGameFramework"
|
||||
kind "WindowedApp"
|
||||
language "C++"
|
||||
location (BUILD_DIR .. "/" .. _ACTION)
|
||||
|
|
Reference in a new issue