mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
move ExportToZipTask
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
64e923e977
commit
fa930afe4b
12 changed files with 440 additions and 250 deletions
|
|
@ -26,6 +26,10 @@ set(CORE_SOURCES
|
|||
NullInstance.h
|
||||
MMCZip.h
|
||||
MMCZip.cpp
|
||||
archive/ArchiveWriter.cpp
|
||||
archive/ArchiveWriter.h
|
||||
archive/ExportToZipTask.cpp
|
||||
archive/ExportToZipTask.h
|
||||
Untar.h
|
||||
Untar.cpp
|
||||
StringUtils.h
|
||||
|
|
@ -1321,6 +1325,12 @@ else()
|
|||
target_link_libraries(Launcher_logic tomlplusplus::tomlplusplus)
|
||||
endif()
|
||||
|
||||
if(TARGET PkgConfig::LibArchive)
|
||||
target_link_libraries(Launcher_logic PkgConfig::LibArchive)
|
||||
else()
|
||||
target_link_libraries(Launcher_logic LibArchive::LibArchive)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT CYGWIN AND NOT APPLE)
|
||||
target_link_libraries(Launcher_logic
|
||||
gamemode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue