Skip to content

Commit

Permalink
Add standard includes for ASM (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd authored Oct 29, 2024
1 parent b44662d commit d6f98ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows.Kits.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ else()
message(FATAL_ERROR "Unable identify Windows Kits architecture for CMAKE_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}")
endif()

foreach(LANG C CXX RC)
foreach(LANG C CXX RC ASM_MASM)
list(APPEND CMAKE_${LANG}_STANDARD_INCLUDE_DIRECTORIES "${WINDOWS_KITS_INCLUDE_PATH}/ucrt")
list(APPEND CMAKE_${LANG}_STANDARD_INCLUDE_DIRECTORIES "${WINDOWS_KITS_INCLUDE_PATH}/shared")
list(APPEND CMAKE_${LANG}_STANDARD_INCLUDE_DIRECTORIES "${WINDOWS_KITS_INCLUDE_PATH}/um")
Expand Down

0 comments on commit d6f98ef

Please sign in to comment.