diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2016-01-19 23:13:36 +0000 |
|---|---|---|
| committer | bryce <bryce@bryceharrington.org> | 2016-01-19 23:13:36 +0000 |
| commit | 1d0e982975cc5438362b3cde1b2fd5e628ed235f (patch) | |
| tree | 8297ea997694bb5075cad505e3ca45c53e09656b /CMakeScripts/IncludeJava.cmake | |
| parent | cmake: Add cleanup targets clean-cmake-files and clean-all (diff) | |
| download | inkscape-1d0e982975cc5438362b3cde1b2fd5e628ed235f.tar.gz inkscape-1d0e982975cc5438362b3cde1b2fd5e628ed235f.zip | |
cmake: Drop Java support
<su_v> (IIRC java was used for the built-in scripts dialog, along with
the linked python and perl libs)
(bzr r14609)
Diffstat (limited to 'CMakeScripts/IncludeJava.cmake')
| -rw-r--r-- | CMakeScripts/IncludeJava.cmake | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/CMakeScripts/IncludeJava.cmake b/CMakeScripts/IncludeJava.cmake deleted file mode 100644 index 09f2bbea6..000000000 --- a/CMakeScripts/IncludeJava.cmake +++ /dev/null @@ -1,13 +0,0 @@ -# - include the src/javainc dir in the include path and the correct config path too - -include_directories(${CMAKE_SOURCE_DIR}/src/bind/javainc) - -if(WIN32) - include_directories(${CMAKE_SOURCE_DIR}/src/bind/javainc/win32) -endif(WIN32) -if(UNIX) - include_directories(${CMAKE_SOURCE_DIR}/src/bind/javainc/linux) -endif(UNIX) -if(SOLARIS) - include_directories(${CMAKE_SOURCE_DIR}/src/bind/javainc/solaris) -endif(SOLARIS) |
