Skip to content

Commit

Permalink
remove add_headerfiles() calls
Browse files Browse the repository at this point in the history
related to #24
  • Loading branch information
tatsumoto-ren committed Mar 28, 2024
1 parent 4b55d11 commit 94f46eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ target(main_bin_name)
add_files("src/*.cpp")
add_cxflags("-D_GLIBCXX_ASSERTIONS")
set_pcxxheader("src/precompiled.h")
add_headerfiles("src/*.h")

-- Run clang-format before build
before_build(format)
Expand Down Expand Up @@ -134,7 +133,6 @@ if has_config("tests") then
add_files("src/*.cpp", "tests/*.cpp")
remove_files("src/main.cpp")
set_pcxxheader("src/precompiled.h")
add_headerfiles("src/*.h")
add_includedirs("src")

-- Run clang-format before build
Expand Down

0 comments on commit 94f46eb

Please sign in to comment.