From 0d9371a00c47991e9f62053b649d39e9504680d8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 3 Apr 2015 18:15:08 +0200 Subject: CMakeLists.txt: Add install target. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3