mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ladybird: Add Userland
to the list of include directories
This now matches the Lagom-based Ladybird build and the SerenityOS build.
This commit is contained in:
parent
df1748e1d1
commit
85d14bdc5e
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/85d14bdc5e Pull-request: https://github.com/SerenityOS/serenity/pull/19339
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ qt_add_executable(ladybird ${SOURCES}
|
|||
target_link_libraries(ladybird PRIVATE Qt::Core Qt::Gui Qt::Network Qt::Widgets Qt::Svg LibCore LibFileSystem LibGfx LibGUI LibIPC LibJS LibMain LibWeb LibWebView LibSQL)
|
||||
|
||||
target_include_directories(ladybird PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
|
||||
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/)
|
||||
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Applications/)
|
||||
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue