mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 10:35:09 +00:00
6 lines
94 B
CMake
6 lines
94 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(HelloWorld)
|
|
target_link_libraries(HelloWorld LibGUI)
|