on commence l'interface là ouais
This commit is contained in:
13
xmake.lua
13
xmake.lua
@@ -1,13 +1,20 @@
|
||||
set_languages("c++20")
|
||||
set_optimize("fastest")
|
||||
set_rundir(".")
|
||||
add_requires("sfml")
|
||||
|
||||
target("main")
|
||||
target("text")
|
||||
set_kind("binary")
|
||||
set_rundir(".")
|
||||
add_files("./src/Pieces/*.cpp")
|
||||
add_files("./src/Core/*.cpp")
|
||||
add_files("./src/TextUI/*.cpp")
|
||||
set_optimize("fastest")
|
||||
|
||||
target("graph")
|
||||
set_kind("binary")
|
||||
add_files("./src/Pieces/*.cpp")
|
||||
add_files("./src/Core/*.cpp")
|
||||
add_files("./src/GraphicalUI/*.cpp")
|
||||
add_packages("sfml")
|
||||
|
||||
--
|
||||
-- If you want to known more usage about xmake, please see https://xmake.io
|
||||
|
||||
Reference in New Issue
Block a user