cmake update

This commit is contained in:
herbglitch 2023-03-10 20:26:42 -07:00
parent 78401ba1b2
commit b65ce85405

View file

@ -120,6 +120,8 @@ if(ARCHEUS_STD_SDL)
PUBLIC ${SDL2_INCLUDE_DIRS}
PUBLIC ${SDL2IMAGE_INCLUDE_DIRS}
)
target_link_libraries(archeus_std PUBLIC ${SDL2_LIBRARIES} SDL2_image::SDL2_image)
endif()
if(ARCHEUS_STD_OPENGL)