mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 10: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
|
# STB
|
||||||
target_include_directories(main PRIVATE lib/stb)
|
target_include_directories(main PRIVATE lib/stb)
|
||||||
|
|
||||||
|
target_include_directories(main PRIVATE inc/)
|
||||||
|
|
||||||
target_link_libraries(main PRIVATE glfw glew)
|
target_link_libraries(main PRIVATE glfw glew)
|
||||||
|
|
||||||
find_package(OpenGL REQUIRED)
|
find_package(OpenGL REQUIRED)
|
||||||
|
|||||||
Reference in New Issue
Block a user