From d6f6848765f25a894103cccdbbd7e5f09d582236 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Thu, 13 Dec 2018 10:37:10 +0300 Subject: Keep output of VLC plugin into the root of binary directory --- utils/vlc_codec/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/vlc_codec/CMakeLists.txt b/utils/vlc_codec/CMakeLists.txt index 66dac0b..2973b13 100644 --- a/utils/vlc_codec/CMakeLists.txt +++ b/utils/vlc_codec/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required (VERSION 3.2) project(adlmidi_vlc_plugin C) +set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) + include(../../cmake/FindLIBVLC.cmake) message("Found ${LIBVLCCORE_LIBRARY} of version ${LIBVLC_VERSION} with includes ${LIBVLC_INCLUDE_DIR}") -- cgit v1.2.3