Skip to content

Commit 26b17fa

Browse files
committed
Add install in CMakeLists for vdb_tool.
Signed-off-by: Andre Pradhana <[email protected]>
1 parent f20fd67 commit 26b17fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openvdb_cmd/vdb_tool/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ target_include_directories(vdb_tool_common INTERFACE "${Boost_INCLUDE_DIRS}" "${
166166
add_executable(vdb_tool src/main.cpp)
167167
target_include_directories(vdb_tool PRIVATE vdb_tool_common)
168168
target_link_libraries(vdb_tool PRIVATE vdb_tool_common)
169+
install(TARGETS vdb_tool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
169170

170171

171172
# unit test

0 commit comments

Comments
 (0)