From cab7aeb843114840485fdf640bb7877c665aea1f Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Wed, 27 May 2009 12:41:41 -0600 Subject: [PATCH] just a simple change to cmake for mingw --- runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index e10cc16d..daa36d88 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -103,7 +103,7 @@ if(D_VERSION EQUAL 2) 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)