mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
8 lines
120 B
CMake
8 lines
120 B
CMake
set(SOURCES
|
|
Card.cpp
|
|
CardStack.cpp
|
|
)
|
|
|
|
serenity_lib(LibCards cards)
|
|
target_link_libraries(LibCards LibC LibCore)
|