Revision 36164

View differences:

tags/v2_0_0_Build_2032/libraries/libjni-proj4/src/CMakeLists.txt
1
set(LIB_NAME crsjniproj)
2

  
3
FILE(GLOB SOURCES "*.c*")
4

  
5
include_directories(
6
	${CMAKE_SOURCE_DIR}/include
7
	${JAVA_INCLUDE_PATH}
8
	${JAVA_INCLUDE_PATH2}
9
	#${PROJ_INCLUDE_DIR}
10
)
11

  
12
SET(LIBRARIES_OPTIMIZED 
13
    #${PROJ_LIBRARY}
14
)
15

  
16
SET(LIBRARIES_DEBUG
17
    #${PROJ_LIBRARY}
18
)
19

  
20
SETUP_JNILIB(${LIB_NAME})
21

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff