From a183c694d69feea885ff036ce21a9b348e363e49 Mon Sep 17 00:00:00 2001 From: Palakis Date: Wed, 30 Nov 2016 11:54:16 +0100 Subject: [PATCH] Duplicate install in CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02c0c512..cddcd540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,8 @@ if(WIN32) COMMAND "${CMAKE_COMMAND}" -E copy "${NDISDK_DIR}/Bin/${ARCH_NAME}/Processing.NDI.Lib.${ARCH_NAME}.dll" "$/Processing.NDI.Lib.${ARCH_NAME}.dll") + + install_external_plugin_with_data(obs-ndi data) endif() # OSX (WARNING : needs testing) @@ -96,5 +98,3 @@ if(UNIX AND NOT APPLE) install(FILES "${NDISDK_DIR}/lib/${ARCH_NAME}-linux-gnu-5.4/libndi.so.1.0.1" DESTINATION ${CMAKE_INSTALL_PREFIX}/lib) endif() - -install_external_plugin_with_data(obs-ndi data)