diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-03 18:15:08 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-03 18:15:08 +0200 |
commit | 0d9371a00c47991e9f62053b649d39e9504680d8 (patch) | |
tree | b03a116ec62d15d14804e0741f957ea87c31f804 | |
parent | 0b3909463b93f550040914321df1d7d71fa00703 (diff) | |
download | usdx-0d9371a00c47991e9f62053b649d39e9504680d8.tar.gz usdx-0d9371a00c47991e9f62053b649d39e9504680d8.tar.xz usdx-0d9371a00c47991e9f62053b649d39e9504680d8.zip |
CMakeLists.txt: Add install target.
-rw-r--r-- | CMakeLists.txt | 6 |
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) |