mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 19:07:15 +03: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)
|