REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.04 KB
Close
//lib64/wireshark/FindWSWinLibs.cmake
Text
Base64
# # - Find WSWin Libs # Due to the layout of the Wireshark Win support libs, # CMake needs some support to find them # # The function is passed the directory name to search for and the variable # to set in the callers scope. function( FindWSWinLibs _WS_LIB_SEARCH_PATH _LIB_HINT_VAR ) if( WIN32 ) if( ARGN ) set( _PROJECT_LIB_DIR ${ARGN} ) else() if( DEFINED ENV{WIRESHARK_LIB_DIR} ) # The buildbots set WIRESHARK_LIB_DIR but not WIRESHARK_BASE_DIR. file( TO_CMAKE_PATH "$ENV{WIRESHARK_LIB_DIR}" _PROJECT_LIB_DIR ) else() file( TO_CMAKE_PATH "$ENV{WIRESHARK_BASE_DIR}" _WS_BASE_DIR ) set( _PROJECT_LIB_DIR "${_WS_BASE_DIR}/wireshark-${WIRESHARK_TARGET_PLATFORM}-libs-2.6" ) endif() endif() file( GLOB _SUBDIR "${_PROJECT_LIB_DIR}/*" ) foreach( _DIR ${_SUBDIR} ) if( IS_DIRECTORY ${_DIR} ) if( "${_DIR}" MATCHES ".*/${_WS_LIB_SEARCH_PATH}" ) set( ${_LIB_HINT_VAR} ${_DIR} PARENT_SCOPE ) endif() endif() endforeach() endif() endfunction()
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
extcap
DIR
-
drwxr-xr-x
2024-03-21 09:34:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugins
DIR
-
drwxr-xr-x
2024-03-21 09:34:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FindGLIB2.cmake
2.85 KB
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FindWireshark.cmake
888 B
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FindWSWinLibs.cmake
1.04 KB
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LocatePythonModule.cmake
1.92 KB
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UseAsn2Wrs.cmake
2.72 KB
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UseMakePluginReg.cmake
452 B
lrw-r--r--
2018-07-18 19:39:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WiresharkConfig.cmake
578 B
lrw-r--r--
2023-10-15 03:45:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WiresharkConfigVersion.cmake
300 B
lrw-r--r--
2023-10-15 03:45:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).