You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
711 B
23 lines
711 B
# Package config file for external package/TPL 'DLlib'
|
|
#
|
|
# Generated by CMake, do not edit!
|
|
|
|
# Guard against multiple inclusion
|
|
if (TARGET DLlib::all_libs)
|
|
return()
|
|
endif()
|
|
|
|
add_library(tribits::DLlib::dl IMPORTED UNKNOWN)
|
|
set_target_properties(tribits::DLlib::dl PROPERTIES
|
|
IMPORTED_LOCATION "/usr/lib/x86_64-linux-gnu/libdl.so")
|
|
|
|
add_library(DLlib::all_libs INTERFACE IMPORTED)
|
|
target_link_libraries(DLlib::all_libs
|
|
INTERFACE tribits::DLlib::dl
|
|
)
|
|
|
|
|
|
# Standard TriBITS-compliant external package variables
|
|
set(DLlib_IS_TRIBITS_COMPLIANT TRUE)
|
|
set(DLlib_TRIBITS_COMPLIANT_PACKAGE_CONFIG_FILE "${CMAKE_CURRENT_LIST_FILE}")
|
|
set(DLlib_TRIBITS_COMPLIANT_PACKAGE_CONFIG_FILE_DIR "${CMAKE_CURRENT_LIST_DIR}")
|
|
|