We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e133e0a commit f47bb9cCopy full SHA for f47bb9c
VCMP-LUA/modules/sqlite3/premake5.lua
@@ -17,6 +17,7 @@ project "module-sqliteCpp"
17
kind "StaticLib"
18
language "C++"
19
cppdialect "C++17"
20
+ pic "On"
21
22
targetdir ("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}")
23
objdir ("%{wks.location}/bin/interm/" .. outputdir .. "/%{prj.name}")
0 commit comments