Skip to content

Commit

Permalink
Update names of Thunder Client Libraries (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul authored Aug 5, 2024
1 parent 62825dd commit c75bca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ set(PLUGIN_AMAZON_MEMORYPRESSURE_NETWORKPROCESS_SETTINGS_POLLINTERVAL ${PLUGIN_W

find_package(${NAMESPACE}Plugins REQUIRED)
find_package(${NAMESPACE}Definitions REQUIRED)
find_package(${NAMESPACE}Cryptography REQUIRED)
find_package(ClientCryptography REQUIRED)
find_package(CompileSettingsDebug CONFIG REQUIRED)
find_package(WPEWebKit REQUIRED)
find_package(WPEBackend REQUIRED)
Expand Down Expand Up @@ -262,7 +262,7 @@ target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
PRIVATE
${NAMESPACE}Plugins::${NAMESPACE}Plugins
${NAMESPACE}Definitions::${NAMESPACE}Definitions
${NAMESPACE}Cryptography::${NAMESPACE}Cryptography
ClientCryptography::ClientCryptography
WPEBackend::WPEBackend
WPEWebKit::WPEWebKit)

Expand Down

0 comments on commit c75bca3

Please sign in to comment.