summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/IncludeJava.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts/IncludeJava.cmake')
-rw-r--r--CMakeScripts/IncludeJava.cmake13
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)