mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 07:07:45 +00:00
Link to libunshield explicitly on non-Windows systems
This commit is contained in:
parent
fc8edcd810
commit
d70f70fdd5
1 changed files with 1 additions and 0 deletions
1
external/CMakeLists.txt
vendored
1
external/CMakeLists.txt
vendored
|
@ -28,6 +28,7 @@ else()
|
|||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(UNSHIELD REQUIRED IMPORTED_TARGET libunshield)
|
||||
target_link_directories(physis INTERFACE ${UNSHIELD_LIBRARY_DIRS})
|
||||
target_link_libraries(physis INTERFACE ${UNSHIELD_LIBRARIES})
|
||||
endif()
|
||||
|
||||
set(KDSingleApplication_QT6 ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue