Skip to content

Commit

Permalink
fix: duplicate main symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruvan <dhruvan.k05@gmail.com>
  • Loading branch information
Ze7111 authored Aug 31, 2024
1 parent cbe63f9 commit b2f69a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ end

target("tests")
add_files("tests/**.cc") -- add all files in the tests directory
remove_files("source/main.cc") -- exclude main.cc from the source directory
remove_files("source/helix.cc") -- exclude main.cc from the source directory

add_headerfiles("tests/**.hh") -- add all headers in the tests directory
add_includedirs("tests/lib") -- add all libs in the tests dir
Expand Down

0 comments on commit b2f69a4

Please sign in to comment.