Browse Source

Add freetype include directory

master
Riyyi 3 years ago
parent
commit
bf7417ffaf
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -46,6 +46,7 @@ endif()
# Include all headers
include_directories(
"${ENGINE}/vendor/freetype/include"
"${ENGINE}/vendor/glad/include"
"${ENGINE}/vendor/glfw/include"
"${ENGINE}/vendor/glm"

Loading…
Cancel
Save