diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cea1fa..0b7b579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ target_include_directories(DirectX-Headers PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/i # For non-Windows targets, also add the WSL stubs to the include path if (NOT WIN32) - target_include_directories(DirectX-Headers SYSTEM INTERFACE + target_include_directories(DirectX-Headers SYSTEM PUBLIC "$" "$" )