mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 11:00:29 +00:00
6 lines
94 B
CMake
6 lines
94 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(HelloWorld)
|
|
target_link_libraries(HelloWorld LibGUI)
|