mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
9 lines
153 B
CMake
9 lines
153 B
CMake
set(SOURCES
|
|
AddEventDialog.cpp
|
|
Calendar.cpp
|
|
CalendarWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Calendar)
|
|
target_link_libraries(Calendar LibGUI)
|