mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Profiler: Don't link against LibCoreDump
This commit is contained in:
parent
f7de453716
commit
19bef3877a
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Profiler ICON app-profiler)
|
||||
target_link_libraries(Profiler LibGUI LibDesktop LibX86 LibCoreDump)
|
||||
target_link_libraries(Profiler LibGUI LibDesktop LibX86)
|
||||
|
|
Loading…
Add table
Reference in a new issue