Skip to content

Commit

Permalink
Fixed a build issue with NumCIL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Apr 29, 2015
1 parent d7d2bb2 commit 3ba73b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/NumCIL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MONO_FOUND)

# Enumerate over all .tt files and apply T4 to them
SET(numcil_tt_outputs)
FILE(GLOB files NumCIL/*.tt NumCIL.Unsafe/*.tt)
FILE(GLOB files NumCIL/*.tt NumCIL/UFunc/*.tt NumCIL.Unsafe/*.tt)

FOREACH(file ${files})
SET(src ${file})
Expand Down

0 comments on commit 3ba73b2

Please sign in to comment.