mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2026-01-25 21:17:11 +00:00
new deps (termcolor, magic enum), log fixes
This commit is contained in:
parent
49edbfb60c
commit
831cfa36f3
14 changed files with 1452 additions and 24 deletions
7
deps/termcolor/xmake.lua
vendored
Normal file
7
deps/termcolor/xmake.lua
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set_languages("c++20")
|
||||
|
||||
target("termcolor")
|
||||
set_kind("headeronly")
|
||||
add_headerfiles("termcolor.hpp")
|
||||
set_warnings("all", "error")
|
||||
set_rundir("$(projectdir)")
|
||||
Loading…
Add table
Add a link
Reference in a new issue