Tizen 2.1 base
[platform/upstream/libbullet.git] / Extras / RigidBodyGpuPipeline / opencl / vector_add / Intel / premake4.lua
1         
2         hasCL = findOpenCL_Intel()
3         
4         if (hasCL) then
5
6                 project "OpenCL_intialize_Intel"
7
8                 initOpenCL_Intel()
9         
10                 language "C++"
11                                 
12                 kind "ConsoleApp"
13                 targetdir "../../../bin"
14
15 --              includedirs {"..","../../../../include/gpu_research"}
16                 
17                 files {
18                         "../main.cpp",
19                         "../btOpenCLUtils.cpp",
20                         "../btOpenCLUtils.h"
21                 }
22                 
23         end