# HG changeset patch # User Kelly Wilson # Date 1243449748 21600 # Node ID 91ddebba88e9db49b792f00912a36938db7f09a6 # Parent 7a693c36719025435ef00759e71a4f28bd6140a1# Parent 3a31fc913db7536a8c26d74e80a1f32040f6b7f5 merging diff -r 3a31fc913db7 -r 91ddebba88e9 runtime/CMakeLists.txt --- 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)