mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
7 lines
131 B
CMake
7 lines
131 B
CMake
set(SOURCES
|
|
Symbolication.cpp
|
|
)
|
|
|
|
serenity_lib(LibSymbolication symbolication)
|
|
target_link_libraries(LibSymbolication LibDebug)
|