Skip to content
Snippets Groups Projects
Commit 87f26504 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

add openAL and openGL to config.cmake

parent fa4067ff
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ find_dependency(glm)
find_dependency(fmt)
find_dependency(spdlog)
find_dependency(Freetype)
find_dependency(OpenAL CONFIG)
find_dependency(OpenGL)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components(@PROJECT_NAME@)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment