Skip to content

Commit

Permalink
Fix xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Feb 5, 2023
1 parent 39c4cf8 commit 7eb8547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ target("template-plugin")
description = "SKSE64 plugin template using CommonLibSSE-NG"
})

add_files("src/plugin/**.cpp")
add_headerfiles("src/plugin/**.h")
add_includedirs("src/plugin")
set_pcxxheader("src/plugin/pch.h")
add_files("src/**.cpp")
add_headerfiles("src/**.h")
add_includedirs("src")
set_pcxxheader("src/pch.h")

add_rules("mod.package", {
["@{target}-@{target_ver}.zip"] = {
Expand Down

0 comments on commit 7eb8547

Please sign in to comment.