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

serenity_bin(HelloWorld)
target_link_libraries(HelloWorld LibGUI)