From 86c002e3189b4414712e63f7ff1162c9e1687ad5 Mon Sep 17 00:00:00 2001 From: Palakis Date: Fri, 14 Apr 2017 23:40:16 +0200 Subject: [PATCH] Okay, rolling back some changes --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f50aafac..69b73c2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,4 +130,5 @@ if(APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -fvisibility=default -v") set_target_properties(obs-websocket PROPERTIES PREFIX "") + target_link_libraries(obs-websocket "${OBS_FRONTEND_LIB}") endif()