fix: bump submodules, correct guardpp link_libraries name

This commit is contained in:
D3SOX
2022-05-27 18:56:29 +02:00
parent 085abaa50b
commit 5f49ede204
5 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ set(HTTPLIB_REQUIRE_OPENSSL ON)
add_subdirectory(lib/cpp-httplib EXCLUDE_FROM_ALL)
target_include_directories(soundux SYSTEM PRIVATE "lib/cpp-httplib")
target_link_libraries(soundux PRIVATE webview nfd tiny-process-library tray guard httplib lockpp)
target_link_libraries(soundux PRIVATE webview nfd tiny-process-library tray guardpp httplib lockpp)
if (${EMBED_PATH} STREQUAL "OFF")
message("Web-content will not be embedded")