Skip to content
Snippets Groups Projects
Commit 8d061785 authored by deuce's avatar deuce
Browse files

Fix up the public interface defs.

parent 7147b302
No related branches found
No related tags found
No related merge requests found
...@@ -124,8 +124,8 @@ if(HAS_SRANDOMDEV_FUNC) ...@@ -124,8 +124,8 @@ if(HAS_SRANDOMDEV_FUNC)
endif() endif()
if(SDL_FOUND) if(SDL_FOUND)
target_include_directories(xpdev PRIVATE ${SDL_INCLUDE_DIR}) target_include_directories(xpdev PUBLIC ${SDL_INCLUDE_DIR})
target_compile_definitions(xpdev PUBLIC ${WITH_SDL_AUDIO}) target_compile_definitions(xpdev PUBLIC WITH_SDL_AUDIO)
endif() endif()
if(X11_FOUND) if(X11_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment