1if (WIN32) 2 list(APPEND ALL_SRC ${CMAKE_CURRENT_SOURCE_DIR}/win32/mman/mman.c) 3 set(ALL_SRC "${ALL_SRC}" PARENT_SCOPE) 4endif() 5