Skip to content

Commit

Permalink
[Fix]: premake5.lua library bug
Browse files Browse the repository at this point in the history
  • Loading branch information
harshfeudal authored Sep 21, 2023
1 parent 158e52e commit badfd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ project "Harshie"
targetdir ("%{wks.location}/x64/%{cfg.buildcfg}")
objdir ("%{wks.location}/x64/%{cfg.buildcfg}")

includedirs{ "include" }
includedirs{ "include", "include/dpp" }
libdirs { "lib" }
links { "dpp.lib", "libpq.lib" }
files {
Expand All @@ -54,4 +54,4 @@ project "Harshie"
filter "configurations:Release"
runtime "Release"
optimize "on"


0 comments on commit badfd0e

Please sign in to comment.