mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 07:34:16 +00:00
chore(Makefile): add own inc file
This commit is contained in:
@@ -27,6 +27,8 @@ target_include_directories(main PRIVATE lib/glm)
|
||||
# STB
|
||||
target_include_directories(main PRIVATE lib/stb)
|
||||
|
||||
target_include_directories(main PRIVATE inc/)
|
||||
|
||||
target_link_libraries(main PRIVATE glfw glew)
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user