Skip to content

Commit

Permalink
C lib needs to link against C++ lib though
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 20, 2014
1 parent 5a16361 commit af190a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -229,6 +229,7 @@ target_link_libraries(${LIBLAS_LIB_NAME}
${Boost_LIBRARIES})

target_link_libraries(${LIBLAS_C_LIB_NAME}
${LIBLAS_LIB_NAME}
${TIFF_LIBRARY}
${GEOTIFF_LIBRARY}
${GDAL_LIBRARY}
Expand Down

0 comments on commit af190a1

Please sign in to comment.