Skip to content

Commit

Permalink
Revert "ENH: Remove install target that wasn't used"
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward authored Mar 11, 2020
1 parent 498c7b5 commit a31dda8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ find_package( ITK COMPONENTS ${TubeTK_ITK_COMPONENTS} REQUIRED )
include( ${ITK_USE_FILE} )
add_subdirectory( TubeTKLib )

install( TARGETS ${TubeTKLib_LIBRARIES} EXPORT TubeTK-targets
ARCHIVE DESTINATION lib )

install( EXPORT TubeTK-targets DESTINATION lib/cmake )

####
# Build ITK module
####
Expand Down

0 comments on commit a31dda8

Please sign in to comment.