mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-23 18:51:55 +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)
|