We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382917d commit 1616600Copy full SHA for 1616600
1 file changed
CMakeLists.txt
@@ -84,6 +84,7 @@ endif()
84
85
add_executable(vtkdiff vtkdiff.cpp)
86
target_link_libraries(vtkdiff tclap VTK::IOXML)
87
+install(TARGETS vtkdiff RUNTIME)
88
89
# Set compiler helper variables
90
if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
0 commit comments