diff --git a/CMakeLists.txt b/CMakeLists.txt index c0a8edf4..4afa112e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if(WIN32) endif() target_link_libraries(obs-websocket - "${OBS-FRONTEND-API}") + "${OBS_FRONTEND_LIB}") endif() if(UNIX)