Skip to content
Snippets Groups Projects
Commit b87942a3 authored by Ben Wolsieffer's avatar Ben Wolsieffer
Browse files

map_loader: add SDL include directories

parent cba1e8cf
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ ament_target_dependencies(map_loader
SDL_image
)
target_include_directories(map_loader PRIVATE
${SDL_INCLUDE_DIR}
${SDL_IMAGE_INCLUDE_DIRS}
)
target_link_libraries(map_loader
${SDL_LIBRARY}
${SDL_IMAGE_LIBRARIES}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment