1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:28:13 +00:00
serenity/Userland/Libraries/LibArchive/CMakeLists.txt
Idan Horowitz a809db90dd Libraries: Rename LibTar to LibArchive
This is in preparation for a new implementation of zip archive
extraction and creation.
2021-03-23 16:09:36 +01:00

6 lines
108 B
CMake

set(SOURCES
TarStream.cpp
)
serenity_lib(LibArchive archive)
target_link_libraries(LibArchive LibCore)