1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 09:15:07 +00:00
serenity/Demos/HelloWorld/CMakeLists.txt

6 lines
94 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(HelloWorld)
target_link_libraries(HelloWorld LibGUI)