Files
IDHAN/cmake_modules/linux.cmake
2024-02-21 17:13:51 -05:00

12 lines
239 B
CMake

# /cmake_modules/linux.cmake
if (UNIX AND (NOT APPLE))
set(which_program "which")
set(os_path_separator "/")
function(PlatformPreSetup)
endfunction()
function(PlatformPostSetup)
endfunction()
endif () # if(UNIX AND (NOT APPLE))