Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

JavaCppTemplate

Simple template/example showing how to configure java project with javacpp.

Our 'library' is in MyCppLib.h. In CppLibManual.java there is manual definition of simple interface and in MyCppLibConfig.java we are going to use automatic parser of javacpp. Automatically generated target will be put in pl.krzysg.cppLib.target package.

To build it run:

mvn package -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

And to run example from console run:

mvn -q exec:java

Enjoy!

About

Template / simple example of how to use javacpp in maven project.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages