From 8b0a3ccd0f4827a475ebad3c2d87f43f809dd067 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 14 Feb 2020 22:29:04 -0500 Subject: [PATCH] libclc: cmake configure should depend on file list This makes sure targets are rebuilt if a file is added or removed. Reviewer: tstellar Differential Revision: https://reviews.llvm.org/D74662 --- libclc/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt index 440eab0765095..4afed0d8f9945 100644 --- a/libclc/CMakeLists.txt +++ b/libclc/CMakeLists.txt @@ -2,6 +2,16 @@ cmake_minimum_required( VERSION 3.9.2 ) project( libclc VERSION 0.2.0 LANGUAGES CXX ) include( GNUInstallDirs ) +set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS + amdgcn-amdhsa/lib/SOURCES; + amdgcn/lib/SOURCES; + amdgcn-mesa3d/lib/SOURCES; + amdgpu/lib/SOURCES; + generic/lib/SOURCES; + ptx/lib/SOURCES; + ptx-nvidiacl/lib/SOURCES; + r600/lib/SOURCES +) # List of all targets set( LIBCLC_TARGETS_ALL