Skip to content
Snippets Groups Projects
Commit 5f052d6d authored by Florent LANGLOIS's avatar Florent LANGLOIS
Browse files

- support NIDAQmx through maven instead of the local disk

parent 65b8a989
No related branches found
No related tags found
No related merge requests found
......@@ -6,41 +6,29 @@
<artifactId>super-pom-C-CPP-device</artifactId>
<version>RELEASE</version>
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>PulseGeneration-${aol}-${mode}</artifactId>
<version>1.1.11-SNAPSHOT</version>
<packaging>nar</packaging>
<name>PulseGeneration</name>
<description>PulseGeneration device</description>
<properties>
<DAQMX_ROOT>${env.DAQMX_ROOT}</DAQMX_ROOT>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
<configuration>
<os>Windows</os>
<cpp>
<systemIncludePaths>
<systemIncludePath>${DAQMX_ROOT}/include</systemIncludePath>
</systemIncludePaths>
</cpp>
<linker>
<libs>
<lib>
<name>NIDAQmx</name>
<type>shared</type>
<directory>${DAQMX_ROOT}/lib/msvc</directory>
</lib>
</libs>
</linker>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.ni</groupId>
<artifactId>NIDAQmx-${aol}-shared-${mode}</artifactId>
<version>8.7.1</version>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>NI660Xsl-${aol}-${library}-${mode}</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment