Skip to content
Snippets Groups Projects
Commit c5a717a3 authored by Nico Schlömer's avatar Nico Schlömer
Browse files

fix java wrapper compilation

parent 3df4098d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -13,7 +13,7 @@ include_directories(${JAVA_INCLUDE_PATH}) ...@@ -13,7 +13,7 @@ include_directories(${JAVA_INCLUDE_PATH})
include_directories(${JAVA_INCLUDE_PATH2}) include_directories(${JAVA_INCLUDE_PATH2})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR})
# define where the interface file (used by SWIG) are # define where the interface file (used by SWIG) are
set(SWIG_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/WrapGmsh.i) set(SWIG_SOURCES WrapGmsh.i)
# let swig know that example.i is c++ # let swig know that example.i is c++
set_source_files_properties(${SWIG_SOURCES} PROPERTIES CPLUSPLUS ON) set_source_files_properties(${SWIG_SOURCES} PROPERTIES CPLUSPLUS ON)
# define where the Java files generated by SWIG will be stored # define where the Java files generated by SWIG will be stored
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment