mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -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)
|