Skip to content
Snippets Groups Projects
Unverified Commit d04bf109 authored by Stephan Philips's avatar Stephan Philips Committed by GitHub
Browse files

Update setup.py

parent 7a60e687
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,10 @@ if os.name == 'nt':
extensions = [
Extension("uploader",
sources = ["uploader.pyx","mem_ctrl.cpp", "keysight_awg_post_processing_and_upload.cpp"],
include_dirs=[numpy.get_include(),"", ""],
include_dirs=[numpy.get_include(),"C://Program Files (x86)//Keysight//SD1//Libraries//include//cpp//",
"C://Program Files (x86)//Keysight//SD1//Libraries//include//common//"],
libraries=["SD1core", "SD1pxi"],
library_dirs=[""],
library_dirs=["C://Program Files (x86)//Keysight//SD1//shared//"],
language='c++',
extra_compile_args=['/openmp'],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment