mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ladybird: Link libraries to WebContent impl lib to add dependencies
This commit is contained in:
parent
88082bfada
commit
e28d883f8d
Notes:
sideshowbarker
2024-07-16 23:55:09 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/e28d883f8d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ else()
|
|||
add_library(webcontent STATIC ${WEBCONTENT_SOURCES})
|
||||
target_include_directories(webcontent PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services/)
|
||||
target_include_directories(webcontent PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||
target_link_libraries(webcontent PRIVATE LibAudio LibCore LibFileSystem LibGfx LibIPC LibJS LibMain LibWeb LibWebSocket LibProtocol LibSQL LibWebView)
|
||||
|
||||
add_executable(WebContent main.cpp)
|
||||
target_link_libraries(WebContent PRIVATE webcontent)
|
||||
|
|
Loading…
Reference in a new issue