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.
2 parents f20fd67 + 26b17fa commit 6432d93Copy full SHA for 6432d93
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