We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20fd67 commit 26b17faCopy full SHA for 26b17fa
openvdb_cmd/vdb_tool/CMakeLists.txt
@@ -166,6 +166,7 @@ target_include_directories(vdb_tool_common INTERFACE "${Boost_INCLUDE_DIRS}" "${
166
add_executable(vdb_tool src/main.cpp)
167
target_include_directories(vdb_tool PRIVATE vdb_tool_common)
168
target_link_libraries(vdb_tool PRIVATE vdb_tool_common)
169
+install(TARGETS vdb_tool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
170
171
172
# unit test
0 commit comments