Add the libE57Format include dirs to the point wb
This commit is contained in:
committed by
wmayer
parent
c569f11ec2
commit
4d5ac148e5
@@ -10,6 +10,8 @@ include_directories(
|
||||
${PYTHON_INCLUDE_DIRS}
|
||||
${XercesC_INCLUDE_DIRS}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${CMAKE_BINARY_DIR}/src/3rdParty/libE57Format
|
||||
${CMAKE_SOURCE_DIR}/src/3rdParty/libE57Format/include
|
||||
)
|
||||
|
||||
set(Points_LIBS
|
||||
@@ -60,7 +62,9 @@ set(Points_Scripts
|
||||
|
||||
add_library(Points SHARED ${Points_SRCS} ${Points_Scripts})
|
||||
|
||||
target_link_libraries(Points ${Points_LIBS})
|
||||
link_directories(${CMAKE_BINARY_DIR}/src/3rdParty/libE57Format)
|
||||
|
||||
target_link_libraries(Points E57Format ${Points_LIBS})
|
||||
|
||||
|
||||
fc_target_copy_resource_flat(Points
|
||||
|
||||
Reference in New Issue
Block a user