Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66971d5cc245
Choose a base ref
...
head repository: ngscopeclient/scopehal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e83f65d336cf
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 19, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e83f65d View commit details
Showing with 5 additions and 0 deletions.
  1. +2 −0 scopehal/CMakeLists.txt
  2. +3 −0 scopehal/scopehal.h
2 changes: 2 additions & 0 deletions scopehal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@ if(OpenCL_FOUND)
set(HAVE_OPENCL 1)
else()
set(HAVE_OPENCL 0)
set(OpenCL_LIBRARIES "")
set(OpenCL_INCLUDE_DIRS "")
endif()

set(SCOPEHAL_SOURCES
3 changes: 3 additions & 0 deletions scopehal/scopehal.h
Original file line number Diff line number Diff line change
@@ -54,6 +54,9 @@
#include "../graphwidget/Graph.h"

#include "config.h"
#ifdef HAVE_OPENCL
#include <CL/cl.hpp>
#endif

#include "Unit.h"
#include "Bijection.h"