From 3a691edb4aa8ceb3dabc9c467667b485635e62c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 15 Dec 2017 19:33:11 +0000 Subject: [PATCH] Do not install copy source/target device headers. --- src/core/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c247027..bb5fb6b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -24,10 +24,6 @@ set(CORE_SRC ) set(CORE_LIB_HDRS - core/copysource.h - core/copysourcedevice.h - core/copytarget.h - core/copytargetdevice.h core/device.h core/devicescanner.h core/diskdevice.h