Using Linux style VAOs
This commit is contained in:
@@ -11,10 +11,12 @@ target_compile_definitions(${DUSK_TARGET_NAME}
|
||||
|
||||
# Libs
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
target_link_libraries(${DUSK_TARGET_NAME}
|
||||
PUBLIC
|
||||
SDL2::SDL2
|
||||
OpenGL::GL
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user