From e123cdaf021f1cfb4bd979d6519a28ad3cbe3e96 Mon Sep 17 00:00:00 2001 From: Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:02:43 +0200 Subject: [PATCH] Change xmake project name GuitarPianoGui to GuitarPiano --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index ffa7d26..50d71b6 100644 --- a/xmake.lua +++ b/xmake.lua @@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release") add_requires("opengl", "glfw >= 3", "glew >= 2") -target("GuitarPianoGui") +target("GuitarPiano") set_kind("binary") add_files("src/*.cpp") add_includedirs("include")