Skip to content

Commit

Permalink
switch to cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 23, 2024
1 parent 8b64f34 commit b3fd12f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/projects/package/package_rule/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_repositories("myrepo ./repo")

target("console")
set_kind("binary")
add_files("src/main.c", "src/*.md")
add_files("src/main.cpp", "src/*.md")
add_packages("foo")
add_rules("@foo/test")

0 comments on commit b3fd12f

Please sign in to comment.