mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 20:17:34 +00:00
6 lines
94 B
CMake
6 lines
94 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(HelloWorld)
|
|
target_link_libraries(HelloWorld LibGUI)
|