Skip to content
Snippets Groups Projects
Commit 4a5ec599 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Set WITH_SDL in parent scope so xpdevplus can pick it up.

parent ce78e92a
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ endif()
if(SDL2_INCLUDE_DIRS)
target_include_directories(ciolib PUBLIC ${SDL2_INCLUDE_DIRS})
set(WITH_SDL TRUE)
set(WITH_SDL TRUE PARENT_SCOPE)
target_compile_definitions(ciolib PUBLIC WITH_SDL)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment