From d6c0eb1998e763ea3218b8c75bf46a566184ce85 Mon Sep 17 00:00:00 2001 From: Palakis Date: Sat, 15 Apr 2017 00:50:31 +0200 Subject: [PATCH] Trying something else --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3cf7dec..c6e0fe8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,5 +132,5 @@ if(APPLE) set_target_properties(obs-websocket PROPERTIES PREFIX "") link_directories(obs-websocket "${OBS_FRONTEND_LIB_DIR}") - target_link_libraries(obs-websocket libobs-frontend-api) + target_link_libraries(obs-websocket obs-frontend-api) endif()