summaryrefslogtreecommitdiff
path: root/Demos/HelloWorld/CMakeLists.txt
blob: a210b1aa7771f3d7beab2212a0a7b758cc748949 (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

serenity_app(HelloWorld ICON app-hello-world)
target_link_libraries(HelloWorld LibGUI)