summaryrefslogtreecommitdiff
path: root/Userland/Applications/Debugger/CMakeLists.txt
blob: 227707f0ce29930b8ffbf78173634f2e0c701e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
serenity_component(
    Debugger
    TARGETS Debugger
)

set(SOURCES
    main.cpp
)

serenity_bin(Debugger)
target_link_libraries(Debugger PRIVATE LibCore LibDebug LibLine LibMain LibX86)