mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-15 09:20:10 +00:00
be7ce4110e
This reverts commit e96515433d
.
20 lines
798 B
CMake
20 lines
798 B
CMake
#----------------------------------------------------------------
|
|
# Generated CMake target import file.
|
|
#----------------------------------------------------------------
|
|
|
|
# Commands may need to know the format version.
|
|
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
|
|
# Import target "libpqxx::pqxx" for configuration ""
|
|
set_property(TARGET libpqxx::pqxx APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
|
set_target_properties(libpqxx::pqxx PROPERTIES
|
|
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX"
|
|
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libpqxx-7.7.a"
|
|
)
|
|
|
|
list(APPEND _IMPORT_CHECK_TARGETS libpqxx::pqxx )
|
|
list(APPEND _IMPORT_CHECK_FILES_FOR_libpqxx::pqxx "${_IMPORT_PREFIX}/lib/libpqxx-7.7.a" )
|
|
|
|
# Commands beyond this point should not need to know the version.
|
|
set(CMAKE_IMPORT_FILE_VERSION)
|