just a simple change to cmake for mingw

This commit is contained in:
Kelly Wilson
2009-05-27 12:41:41 -06:00
parent 7fd43e8bf7
commit cab7aeb843

View File

@@ -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)