Add BVH module in unsupported (patch from Ilya Baran)

(I thought I committed it a week ago but it seems the command failed)
This commit is contained in:
Gael Guennebaud
2009-03-18 20:06:06 +00:00
parent 3d385ae968
commit 4bb5221d22
19 changed files with 952 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FILE(GLOB snippets_SRCS "*.cpp" "../../unsupported/snippets/*.cpp")
FILE(GLOB snippets_SRCS "*.cpp")
ADD_CUSTOM_TARGET(all_snippets)