OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
cmake-3.10
/
Modules
/
IntelVSImplicitPath
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:00:25 AM
rwxr-xr-x
📄
CMakeLists.txt
256 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
detect.cmake
266 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
hello.f
0 bytes
01/18/2018 02:48:42 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()