LibCore: Port MappedFile to Windows

This commit is contained in:
stasoid 2024-11-16 11:55:19 +05:00 committed by Jelle Raaijmakers
commit b3464d0645
Notes: github-actions[bot] 2024-11-26 09:01:09 +00:00
2 changed files with 5 additions and 3 deletions

View file

@ -114,3 +114,7 @@ endif()
if (ANDROID)
target_link_libraries(LibCore PRIVATE log)
endif()
if (WIN32)
target_include_directories(LibCore PRIVATE ${MMAN_INCLUDE_DIR})
endif()