From 8d061785649747a4fbb08048e9bb30f7bbeac2ec Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 6 Feb 2014 11:41:29 +0000 Subject: [PATCH] Fix up the public interface defs. --- src/xpdev/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xpdev/CMakeLists.txt b/src/xpdev/CMakeLists.txt index e3308fffd8..6c0a1b6090 100644 --- a/src/xpdev/CMakeLists.txt +++ b/src/xpdev/CMakeLists.txt @@ -124,8 +124,8 @@ if(HAS_SRANDOMDEV_FUNC) endif() if(SDL_FOUND) - target_include_directories(xpdev PRIVATE ${SDL_INCLUDE_DIR}) - target_compile_definitions(xpdev PUBLIC ${WITH_SDL_AUDIO}) + target_include_directories(xpdev PUBLIC ${SDL_INCLUDE_DIR}) + target_compile_definitions(xpdev PUBLIC WITH_SDL_AUDIO) endif() if(X11_FOUND) -- GitLab