aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-04-03 18:15:08 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-04-03 18:15:08 +0200
commit0d9371a00c47991e9f62053b649d39e9504680d8 (patch)
treeb03a116ec62d15d14804e0741f957ea87c31f804
parent0b3909463b93f550040914321df1d7d71fa00703 (diff)
downloadusdx-0d9371a00c47991e9f62053b649d39e9504680d8.tar.gz
usdx-0d9371a00c47991e9f62053b649d39e9504680d8.tar.xz
usdx-0d9371a00c47991e9f62053b649d39e9504680d8.zip
CMakeLists.txt: Add install target.
-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)