diff --git a/.gitignore b/.gitignore index 1422620..c050360 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ build .vs .cache cmake-* -.xmake \ No newline at end of file +.xmake +compile_commands.json \ No newline at end of file diff --git a/client/xmake.lua b/client/xmake.lua index 74744ea..7d41ce9 100644 --- a/client/xmake.lua +++ b/client/xmake.lua @@ -14,13 +14,11 @@ target("tsc") end option("boost") + set_default(false) boost_root_dir = os.getenv("BOOST_HEADER_DIR") boost_lib_dir = os.getenv("BOOST_LIB_DIR") boost_libs = os.getenv("BOOST_LIBS") add_includedirs(boost_root_dir) - print(boost_root_dir) add_defines("USE_BOOST_FILESYSTEM") add_linkdirs(boost_lib_dir) - print(boost_lib_dir) - add_links(boost_libs) - print(boost_libs) \ No newline at end of file + add_links(boost_libs) \ No newline at end of file diff --git a/ofen b/ofen index de084c1..1648347 160000 --- a/ofen +++ b/ofen @@ -1 +1 @@ -Subproject commit de084c146d75ebddf5ed773a61e4603a6f3ce085 +Subproject commit 164834769c86477143993da3eab36186716f5e3b