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

Add WITH_SDL

parent 98e6bedc
No related branches found
No related tags found
No related merge requests found
......@@ -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