[PATCH] D74662: libclc: cmake configure should depend on file lists

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 01:48:03 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG814fb658ca26: libclc: cmake configure should depend on file list (authored by jvesely).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74662/new/

https://reviews.llvm.org/D74662

Files:
  libclc/CMakeLists.txt


Index: libclc/CMakeLists.txt
===================================================================
--- libclc/CMakeLists.txt
+++ libclc/CMakeLists.txt
@@ -2,6 +2,16 @@
 
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74662.246387.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/daf220ec/attachment.bin>


More information about the llvm-commits mailing list