mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
7 lines
96 B
CMake
7 lines
96 B
CMake
set(SOURCES
|
|
Cube.cpp
|
|
)
|
|
|
|
serenity_app(Cube ICON app-cube)
|
|
target_link_libraries(Cube LibGUI)
|