mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
12 lines
180 B
CMake
12 lines
180 B
CMake
serenity_component(
|
|
Debugger
|
|
TARGETS Debugger
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Debugger)
|
|
target_link_libraries(Debugger LibCore LibDebug LibLine LibMain LibX86)
|