Skip to content

Commit

Permalink
Merge topic 'geodesic_measurement_plugin' into next
Browse files Browse the repository at this point in the history
3d2e4ea Add link keywords and archive destination
  • Loading branch information
Casey Goodlett authored and kwrobot committed Mar 6, 2015
2 parents 27712ee + 3d2e4ea commit 1510790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugins/GeodesicMeasurementPlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ add_paraview_plugin( GeodesicMeasurement "1.0"
vtkGeodesicsBetweenPoints.cxx
)

target_link_libraries( GeodesicMeasurement FmmMesh )
target_link_libraries( GeodesicMeasurement LINK_PRIVATE FmmMesh )
3 changes: 2 additions & 1 deletion Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ add_library( ${PROJECT_NAME}
install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)
ARCHIVE DESTINATION lib
)

0 comments on commit 1510790

Please sign in to comment.