mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
7 lines
120 B
CMake
7 lines
120 B
CMake
set(SOURCES
|
|
Card.cpp
|
|
CardStack.cpp
|
|
)
|
|
|
|
serenity_lib(LibCards cards)
|
|
target_link_libraries(LibCards LibC LibCore)
|