working version

This commit is contained in:
2023-05-20 13:42:56 +02:00
parent bf328f3cb4
commit 42f7ac875a
2 changed files with 128 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ add_rules("mode.debug", "mode.release")
target("BinaryData")
set_kind("binary")
add_files("src/*.cpp")
set_languages("c++17")
--
-- If you want to known more usage about xmake, please see https://xmake.io