hasCL = findOpenCL_NVIDIA() if (hasCL) then project "OpenCL_intialize_NVIDIA" initOpenCL_NVIDIA() language "C++" kind "ConsoleApp" targetdir "../../../bin" -- includedirs {"..","../../../../include/gpu_research"} files { "../main.cpp", "../btOpenCLUtils.cpp", "../btOpenCLUtils.h" } end