Skip to content

Commit 1616600

Browse files
authored
Install vtkdiff.
1 parent 382917d commit 1616600

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ endif()
8484

8585
add_executable(vtkdiff vtkdiff.cpp)
8686
target_link_libraries(vtkdiff tclap VTK::IOXML)
87+
install(TARGETS vtkdiff RUNTIME)
8788

8889
# Set compiler helper variables
8990
if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")

0 commit comments

Comments
 (0)