Skip to content

Commit

Permalink
Merge pull request TheCherno#19 from SeppahBaws/master
Browse files Browse the repository at this point in the history
Dependencies in a solution folder
  • Loading branch information
Gaztin authored May 20, 2019
2 parents e7b5157 + 4edebec commit f3e38fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ IncludeDir["Glad"] = "Hazel/vendor/Glad/include"
IncludeDir["ImGui"] = "Hazel/vendor/imgui"
IncludeDir["glm"] = "Hazel/vendor/glm"

include "Hazel/vendor/GLFW"
include "Hazel/vendor/Glad"
include "Hazel/vendor/imgui"
group "Dependencies"
include "Hazel/vendor/GLFW"
include "Hazel/vendor/Glad"
include "Hazel/vendor/imgui"

group ""

project "Hazel"
location "Hazel"
Expand Down

0 comments on commit f3e38fe

Please sign in to comment.