2022-10-12 11:14:59 +01:00
|
|
|
serenity_component(
|
|
|
|
WebDriver
|
|
|
|
TARGETS WebDriver
|
2022-11-08 10:18:11 -05:00
|
|
|
DEPENDS WebContent
|
2022-10-12 11:14:59 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
Client.cpp
|
|
|
|
Session.cpp
|
2022-11-08 10:18:11 -05:00
|
|
|
WebContentConnection.cpp
|
2022-10-12 11:14:59 +01:00
|
|
|
main.cpp
|
2022-11-08 10:10:27 -05:00
|
|
|
)
|
2022-10-12 11:14:59 +01:00
|
|
|
|
|
|
|
set(GENERATED_SOURCES
|
2022-11-08 10:18:11 -05:00
|
|
|
../../Services/WebContent/WebDriverClientEndpoint.h
|
|
|
|
../../Services/WebContent/WebDriverServerEndpoint.h
|
2022-11-08 10:10:27 -05:00
|
|
|
)
|
2022-10-12 11:14:59 +01:00
|
|
|
|
|
|
|
serenity_bin(WebDriver)
|
2022-11-02 10:19:58 -04:00
|
|
|
target_link_libraries(WebDriver PRIVATE LibCore LibHTTP LibMain LibIPC LibWeb LibGfx)
|