Skip to content

Commit 6432d93

Browse files
authored
Merge pull request #1519 from apradhana/Fix_vdb_tool_install
Add install in CMakeLists for vdb_tool.
2 parents f20fd67 + 26b17fa commit 6432d93

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)