diff --git a/premake5.lua b/premake5.lua index e009a15..959e07c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -78,7 +78,7 @@ defines {"DEBUG", "_DEBUG"} filter {} project "black-ops-plugin" -kind "StaticLib" +kind "SharedLib" language "C++" files {"./src/**.hpp", "./src/**.cpp"}