Skip to content

Commit

Permalink
[0.1] bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Mar 8, 2024
1 parent 19746e1 commit 14bad58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set_allowedmodes("releasedbg", "release", "debug")
add_rules("mode.debug")

set_project("moebius")
MOEBIUS_VERSION= "1.4.0"
MOEBIUS_VERSION= "0.1.0"

local moe_files = {
"Data/Drd/**.cpp",
Expand Down Expand Up @@ -38,6 +38,11 @@ target("libmoebius") do
add_files(moe_files)

add_packages("lolly")

add_headerfiles("Data/Drd/(*.hpp)")
add_headerfiles("Data/Scheme/(*.hpp)")
add_headerfiles("Data/Tree/(*.hpp)")
add_headerfiles("Kernel/Types/(*.hpp)")
end

target("tests") do
Expand Down

0 comments on commit 14bad58

Please sign in to comment.