ladybird/Userland/Services/WebDriver/CMakeLists.txt
Andrew Kaster 90af26e309 Meta+CMake: Remove unused CMake functions and features
Goodbye, serenity_components and Jakt.
2024-06-05 12:23:54 -04:00

15 lines
353 B
CMake

set(SOURCES
Client.cpp
Session.cpp
WebContentConnection.cpp
main.cpp
)
set(GENERATED_SOURCES
../../Services/WebContent/WebDriverClientEndpoint.h
../../Services/WebContent/WebDriverServerEndpoint.h
)
serenity_bin(WebDriver)
target_link_libraries(WebDriver PRIVATE LibCore LibHTTP LibMain LibIPC LibWeb LibGfx LibWebView LibURL)