mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:28:13 +00:00
6 lines
108 B
CMake
6 lines
108 B
CMake
set(SOURCES
|
|
TarStream.cpp
|
|
)
|
|
|
|
serenity_lib(LibArchive archive)
|
|
target_link_libraries(LibArchive LibCore)
|