OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lib_path
(Results
1 - 3
of
3
) sorted by null
/external/eigen/cmake/
FindPTSCOTCH.cmake
253
get_filename_component(${ptscotch_lib}
_lib_path
"${PTSCOTCH_${ptscotch_lib}_LIBRARY}" PATH)
256
list(APPEND PTSCOTCH_LIBRARY_DIRS "${${ptscotch_lib}
_lib_path
}")
FindScotch.cmake
221
get_filename_component(${scotch_lib}
_lib_path
"${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224
list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}
_lib_path
}")
FindPastix.cmake
467
get_filename_component(${pastix_lib}
_lib_path
${PASTIX_${pastix_lib}_LIBRARY} PATH)
475
list(APPEND PASTIX_LIBRARY_DIRS "${${pastix_lib}
_lib_path
}")
477
set(PASTIX_LIBRARY_DIRS "${${pastix_lib}
_lib_path
}")
Completed in 699 milliseconds