Unverified Commit 9f9ac8d3 authored by peastman's avatar peastman Committed by GitHub
Browse files

Install opencl.hpp (#2976)

parent 05e0c4f9
......@@ -87,7 +87,7 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/../common/src)
# Install headers
FILE(GLOB CORE_HEADERS include/*.h)
FILE(GLOB CORE_HEADERS include/*.h src/opencl.hpp)
INSTALL_FILES(/include/openmm/opencl FILES ${CORE_HEADERS})
SUBDIRS (sharedTarget)
......
......@@ -33,7 +33,7 @@
#include "openmm/OpenMMException.h"
#include "openmm/common/windowsExportCommon.h"
#include "openmm/common/ArrayInterface.h"
#include <opencl.hpp>
#include "opencl.hpp"
#include <iostream>
#include <sstream>
#include <vector>
......
......@@ -49,7 +49,7 @@
#define NOMINMAX
#endif
#include <pthread.h>
#include <opencl.hpp>
#include "opencl.hpp"
#include "openmm/common/windowsExportCommon.h"
#include "OpenCLArray.h"
#include "OpenCLBondedUtilities.h"
......
......@@ -34,7 +34,7 @@
#define CL_HPP_MINIMUM_OPENCL_VERSION 120
#include "OpenCLTests.h"
#include "TestNonbondedForce.h"
#include <opencl.hpp>
#include "opencl.hpp"
#include <string>
void testParallelComputation(NonbondedForce::NonbondedMethod method) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment