Change xmake project name
GuitarPianoGui to GuitarPiano
This commit is contained in:
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")
|
|||||||
|
|
||||||
add_requires("opengl", "glfw >= 3", "glew >= 2")
|
add_requires("opengl", "glfw >= 3", "glew >= 2")
|
||||||
|
|
||||||
target("GuitarPianoGui")
|
target("GuitarPiano")
|
||||||
set_kind("binary")
|
set_kind("binary")
|
||||||
add_files("src/*.cpp")
|
add_files("src/*.cpp")
|
||||||
add_includedirs("include")
|
add_includedirs("include")
|
||||||
|
|||||||
Reference in New Issue
Block a user