mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
20 lines
430 B
CMake
20 lines
430 B
CMake
serenity_component(
|
|
WebDriver
|
|
TARGETS WebDriver
|
|
)
|
|
|
|
set(SOURCES
|
|
BrowserConnection.cpp
|
|
Client.cpp
|
|
Session.cpp
|
|
TimeoutsConfiguration.cpp
|
|
main.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Applications/Browser/WebDriverSessionClientEndpoint.h
|
|
../../Applications/Browser/WebDriverSessionServerEndpoint.h
|
|
)
|
|
|
|
serenity_bin(WebDriver)
|
|
target_link_libraries(WebDriver LibCore LibHTTP LibMain LibIPC LibWeb)
|