Skip to content

Commit

Permalink
DABSDR 2.6.0 for Linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
KejPi committed Sep 19, 2024
1 parent cf1d3d8 commit 5746056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/linux_x86_64/cmake/dabsdr-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "dabsdr::dabsdr" for configuration "Release"
set_property(TARGET dabsdr::dabsdr APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(dabsdr::dabsdr PROPERTIES
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.5.95"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.6.0"
IMPORTED_SONAME_RELEASE "libdabsdr.so.2"
)

list(APPEND _IMPORT_CHECK_TARGETS dabsdr::dabsdr )
list(APPEND _IMPORT_CHECK_FILES_FOR_dabsdr::dabsdr "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.5.95" )
list(APPEND _IMPORT_CHECK_FILES_FOR_dabsdr::dabsdr "${_IMPORT_PREFIX}/linux_x86_64/libdabsdr.so.2.6.0" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
2 changes: 1 addition & 1 deletion lib/linux_x86_64/libdabsdr.so.2
Binary file not shown.

0 comments on commit 5746056

Please sign in to comment.