fix minor issue with cmake build system

This commit is contained in:
erwin.coumans
2010-02-09 21:12:36 +00:00
parent f567130d78
commit 14f65a5cac
2 changed files with 23 additions and 25 deletions

View File

@@ -14,12 +14,10 @@ SET(SharedDemoSubdirs
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( OpenGL
${SharedDemoSubdirs}
SUBDIRS( ${SharedDemoSubdirs}
)
else (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( OpenGL
${SharedDemoSubdirs}
SUBDIRS( ${SharedDemoSubdirs}
MultiThreadedDemo
MiniCL_VectorAdd
)