aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b59daa5b..61899c54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,3 +109,9 @@ if(BUILD_TESTING)
)
add_dependencies(test-coverage usdx-test-coverage)
endif()
+
+#
+# install
+#
+install(TARGETS usdx
+ RUNTIME DESTINATION bin)