Sindbad~EG File Manager

Current Path : /usr/local/share/cmake-3.26/Modules/IntelVSImplicitPath/
Upload File :
Current File : //usr/local/share/cmake-3.26/Modules/IntelVSImplicitPath/detect.cmake

# look at each path and try to find ifconsol.lib
set(LIB "$ENV{LIB}")
foreach(dir ${LIB})
  file(TO_CMAKE_PATH "${dir}" dir)
  if(EXISTS "${dir}/ifconsol.lib")
    file(WRITE output.cmake "list(APPEND implicit_dirs \"${dir}\")\n")
    break()
  endif()
endforeach()

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists