mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:35:06 +00:00

- No underscores between word boundaries, i.e. `languageserver` and not `language_server` for LibLanguageServer - All lowercase, i.e. `coredump` and not `Coredump` for LibCoredump
8 lines
170 B
CMake
8 lines
170 B
CMake
set(SOURCES
|
|
Backtrace.cpp
|
|
Inspector.cpp
|
|
Reader.cpp
|
|
)
|
|
|
|
serenity_lib(LibCoredump coredump)
|
|
target_link_libraries(LibCoredump LibC LibCompress LibCore LibDebug)
|