mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
6 lines
82 B
CMake
6 lines
82 B
CMake
set(SOURCES
|
|
Cube.cpp
|
|
)
|
|
|
|
serenity_bin(Cube)
|
|
target_link_libraries(Cube LibGUI)
|