Code

Use subdirectories with icon sizes.
[inkscape.git] / CMakeScripts / IncludeJava.cmake
1 # - include the src/javainc dir in the include path and the correct config path too\r
2 \r
3 \r
4 INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/bind/javainc )\r
5 \r
6 IF (WIN32)\r
7     INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/bind/javainc/win32 )\r
8 ENDIF (WIN32)\r
9 IF (UNIX)\r
10     INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/bind/javainc/linux )\r
11 ENDIF (UNIX)\r
12 IF (SOLARIS)\r
13     INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/bind/javainc/solaris )\r
14 ENDIF (SOLARIS)\r