Skip to content
Snippets Groups Projects
Commit f3cb9ce7 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

added PROJECT informations in pom file

parent 2834f7da
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,16 @@ ...@@ -23,11 +23,16 @@
<artifactId>freehep-nar-plugin</artifactId> <artifactId>freehep-nar-plugin</artifactId>
<configuration> <configuration>
<cpp> <cpp>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<includePaths> <includePaths>
<includePath>${basedir}/include</includePath> <includePath>${basedir}/include</includePath>
</includePaths> </includePaths>
</cpp> <defines>
<define>LOG4TANGO_HAVE_INT64_T</define>
<define>PROJECT_NAME=${project.name}</define>
<define>PROJECT_VERSION=${project.version}</define>
</defines>
</cpp>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
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