changeset 1421:7a693c367190

just a simple change to cmake for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:41:41 -0600
parents a6dfd3cb5b99
children 91ddebba88e9
files runtime/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/CMakeLists.txt	Wed May 27 19:20:18 2009 +0200
+++ b/runtime/CMakeLists.txt	Wed May 27 12:41:41 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)