From 73538606ad95d8853c2c49ce2ffce1c659f78184 Mon Sep 17 00:00:00 2001 From: Anton Fedchin Date: Mon, 4 Dec 2017 15:55:44 +0300 Subject: [windows] move libdvd from mingwlibs to cmake build tree --- CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 41936a5d15..6b77477b94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,7 +132,6 @@ endif() if(CORE_SYSTEM_NAME STREQUAL windowsstore) #uses header only version of Fmt list(REMOVE_ITEM required_deps Fmt) - list(REMOVE_ITEM required_deps LibDvd) endif() # Optional dependencies. Keep in alphabetical order please @@ -286,11 +285,7 @@ endif() # main library (used for main binary and tests) add_library(lib${APP_NAME_LC} STATIC $) -if (CORE_SYSTEM_NAME STREQUAL windowsstore) - add_dependencies(lib${APP_NAME_LC} libcpluff ffmpeg) -else() - add_dependencies(lib${APP_NAME_LC} libcpluff ffmpeg dvdnav crossguid ${PLATFORM_GLOBAL_TARGET_DEPS}) -endif() +add_dependencies(lib${APP_NAME_LC} libcpluff ffmpeg dvdnav crossguid ${PLATFORM_GLOBAL_TARGET_DEPS}) set_target_properties(lib${APP_NAME_LC} PROPERTIES PREFIX "") # Other files (IDE) -- cgit v1.2.3