OXIESEC PANEL
- Current Dir:
/
/
usr
/
local
/
share
/
cmake-3.26
/
Modules
/
IntelVSImplicitPath
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/04/2023 07:10:49 PM
rwxr-xr-x
📄
CMakeLists.txt
256 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
detect.cmake
266 bytes
04/04/2023 07:07:49 PM
rw-r--r--
📄
hello.f
0 bytes
04/04/2023 07:07:51 PM
rw-r--r--
Editing: detect.cmake
Close
# 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()