From 3eef457d38159281c09284eb061654df6a7838de Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Mon, 7 Feb 2011 10:44:44 +0000 Subject: [PATCH] uncomment building of samples --- samples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 079d3af271..1a601589a9 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -3,8 +3,8 @@ # # ---------------------------------------------------------------------------- -#add_subdirectory(c) -#add_subdirectory(cpp) +add_subdirectory(c) +add_subdirectory(cpp) add_subdirectory(gpu) if(0)