mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 04:05:07 +00:00
6 lines
96 B
CMake
6 lines
96 B
CMake
set(SOURCES
|
|
TarStream.cpp
|
|
)
|
|
|
|
serenity_lib(LibTar tar)
|
|
target_link_libraries(LibTar LibCore)
|