1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:47:36 +00:00
serenity/Userland/Applications/Calendar/CMakeLists.txt
2021-01-12 12:05:23 +01:00

7 lines
131 B
CMake

set(SOURCES
AddEventDialog.cpp
main.cpp
)
serenity_app(Calendar ICON app-calendar)
target_link_libraries(Calendar LibGUI)