From 6fdc036a7a4361d49f9c7441324839c46b9d5c93 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 9 Jul 2014 05:18:43 -0500 Subject: [PATCH] fixed typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfd91bc..128d8ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ include_directories("${PROJECT_SOURCE_DIR}/textures") include_directories("${PROJECT_SOURCE_DIR}/common") if(USE_OPENCL) - include_directories("${PROJECT_SOURCE_DIR}/textures") + include_directories("${PROJECT_SOURCE_DIR}/kernels") endif() #copy shaders and textures into release folder, TEMP solution to ths issue