From 7eb85471cf1b7459c7c17bb0567dc07ae275769a Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sun, 5 Feb 2023 15:48:14 -0600 Subject: [PATCH] Fix `xmake.lua` --- xmake.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xmake.lua b/xmake.lua index cdcd059..4fab46b 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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"] = {