Files
FGL-Engine/cmake_modules/apple.cmake
2024-01-09 08:29:46 -05:00

12 lines
194 B
CMake

# /cmake_modules/apple.cmake
if (APPLE)
set(which_program "which")
set(os_path_separator "/")
function(PlatformPreSetup)
endfunction()
function(PlatformPostSetup)
endfunction()
endif ()