java: Added Java SWIG binding creation
%init directive is not supported in java so move %init to js/py interface files Signed-off-by: Alexander Komarov <alexander.komarov@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
c5780dceaa
commit
4302f0d0c3
@@ -105,6 +105,9 @@ if (BUILDSWIG)
|
||||
if (BUILDSWIGPYTHON)
|
||||
add_subdirectory (python)
|
||||
endif ()
|
||||
if (BUILDSWIGJAVA)
|
||||
add_subdirectory (java)
|
||||
endif ()
|
||||
if (BUILDSWIGNODE)
|
||||
if (SWIG_VERSION VERSION_GREATER 3.0.4)
|
||||
add_subdirectory (javascript)
|
||||
|
||||
Reference in New Issue
Block a user