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

Add WITH_SDL

parent 14e2ee20
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2797 passed
......@@ -101,6 +101,8 @@ endif()
if(SDL2_INCLUDE_DIRS)
target_include_directories(ciolib PUBLIC ${SDL2_INCLUDE_DIRS})
set(WITH_SDL TRUE)
target_compile_definitions(ciolib PUBLIC WITH_SDL)
endif()
if(NOT WIN32)
......
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