mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
7 lines
82 B
CMake
7 lines
82 B
CMake
set(SOURCES
|
|
Cube.cpp
|
|
)
|
|
|
|
serenity_bin(Cube)
|
|
target_link_libraries(Cube LibGUI)
|