mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 07:05:08 +00:00
10 lines
186 B
CMake
10 lines
186 B
CMake
set(SOURCES
|
|
History.cpp
|
|
main.cpp
|
|
ManualModel.cpp
|
|
ManualPageNode.cpp
|
|
ManualSectionNode.cpp
|
|
)
|
|
|
|
serenity_bin(Help)
|
|
target_link_libraries(Help LibWeb LibMarkdown LibGUI)
|