Skip to content

Commit

Permalink
Fix list of excluded files in D runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
redstar committed Jan 25, 2014
1 parent 77ab34a commit cc8c19b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ file(GLOB_RECURSE LDC_D ${RUNTIME_DIR}/src/ldc/*.d)
list(REMOVE_ITEM DCRT_D
${RUNTIME_DC_DIR}/alloca.d
${RUNTIME_DC_DIR}/deh.d
${RUNTIME_DC_DIR}/deh2.d
${RUNTIME_DC_DIR}/deh_win32.d
${RUNTIME_DC_DIR}/deh_win64_posix.d
${RUNTIME_DC_DIR}/llmath.d
${RUNTIME_DC_DIR}/memory_osx.d
${RUNTIME_DC_DIR}/qsort2.d
${RUNTIME_DC_DIR}/trace.d
)
file(GLOB DCRT_C ${RUNTIME_DC_DIR}/*.c)
Expand Down

0 comments on commit cc8c19b

Please sign in to comment.