diff --git a/CMakeLists.txt b/CMakeLists.txt index a7fac71..1e672bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ function(link_deps target) $<$>:SDL2::SDL2> physfs-static xms) - target_include_directories(${target} PUBLIC ${SDL2_INCLUDE_DIRS}) + target_include_directories(${target} PUBLIC ${SDL2_INCLUDE_DIRS}) endfunction()