Files
fgl_cmake_modules/modules/os/win32.cmake
2024-07-24 13:03:49 -04:00

14 lines
274 B
CMake

# /cmake_modules/win32.cmake
if (WIN32)
set(which_program "where")
set(os_path_separator "\\")
function(PlatformPreSetup)
endfunction() # PlatformPreSetup
function(PlatformPostSetup)
endfunction() # PlatformPostSetup
endif () # if (WIN32)