Skip to content

Commit

Permalink
add_files("../leetcode-treenode-cpp/*.ixx",{public = true});
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Dec 12, 2024
1 parent c84c222 commit d4cb749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion insert-into-a-binary-search-tree/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ add_files("*.ixx");
add_files("test.cpp");
add_packages("vcpkg::cppunit");

add_files("../leetcode-treenode-cpp/*.ixx");
add_files("../leetcode-treenode-cpp/*.ixx",{public = true});
target_end();
2 changes: 1 addition & 1 deletion insufficient-nodes-in-root-to-leaf-paths/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ set_policy("build.c++.modules", true);
add_files("test.cpp");
add_packages("gtest");

add_files("../leetcode-treenode-cpp/*.ixx");
add_files("../leetcode-treenode-cpp/*.ixx",{public = true});
target_end();

0 comments on commit d4cb749

Please sign in to comment.