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

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

parent 59168f64
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2798 passed
......@@ -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.
Finish editing this message first!
Please register or to comment