Skip to content

Commit

Permalink
PR Feedback harder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdav committed Mar 26, 2024
1 parent 55e4e39 commit 8c2730b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
20 changes: 1 addition & 19 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,7 @@ set(CMAKE_Swift_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/swift)

option(SWIFT_WEBDRIVER_BUILD_WINAPPDRIVER "Build WinAppDriver functionality." TRUE)

add_library(WebDriver
Sources/WebDriver/Capabilities.swift
Sources/WebDriver/Element.swift
Sources/WebDriver/ErrorResponse.swift
Sources/WebDriver/HTTPWebDriver.swift
Sources/WebDriver/Keys.swift
Sources/WebDriver/Location.swift
Sources/WebDriver/MouseButton.swift
Sources/WebDriver/Poll.swift
Sources/WebDriver/Request.swift
Sources/WebDriver/Requests.swift
Sources/WebDriver/ScreenOrientation.swift
Sources/WebDriver/Session.swift
Sources/WebDriver/TimeoutType.swift
Sources/WebDriver/TouchClickKind.swift
Sources/WebDriver/URLRequestExtensions.swift
Sources/WebDriver/WebDriver.swift
Sources/WebDriver/WebDriverStatus.swift
Sources/WebDriver/Window.swift)
add_subdirectory(Sources/WebDriver)

if(SWIFT_WEBDRIVER_BUILD_WINAPPDRIVER)
add_subdirectory(Sources/WinAppDriver)
Expand Down
19 changes: 19 additions & 0 deletions Sources/WebDriver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
add_library(WebDriver
Capabilities.swift
Element.swift
ErrorResponse.swift
HTTPWebDriver.swift
Keys.swift
Location.swift
MouseButton.swift
Poll.swift
Request.swift
Requests.swift
ScreenOrientation.swift
Session.swift
TimeoutType.swift
TouchClickKind.swift
URLRequestExtensions.swift
WebDriver.swift
WebDriverStatus.swift
Window.swift)

0 comments on commit 8c2730b

Please sign in to comment.