changeset 1422:91ddebba88e9

merging
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:42:28 -0600
parents 7a693c367190 (diff) 3a31fc913db7 (current diff)
children 42bd767ec5a4 9081d916df1d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/CMakeLists.txt	Wed May 27 19:52:47 2009 +0200
+++ b/runtime/CMakeLists.txt	Wed May 27 12:42:28 2009 -0600
@@ -103,7 +103,7 @@
 	endif(NOT PATCH_EXE)
 endif(D_VERSION EQUAL 2)
 
-file(GLOB GC_D ${RUNTIME_GC_DIR}/*.d)
+file(GLOB_RECURSE GC_D ${RUNTIME_GC_DIR}/*.d)
 file(GLOB_RECURSE DCRT_D ${RUNTIME_DC_DIR}/*.d)
 file(GLOB DCRT_C ${RUNTIME_DC_DIR}/*.c)