projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36d855
)
Added install rule
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Thu, 11 Oct 2012 21:10:10 +0000
(22:10 +0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Thu, 11 Oct 2012 21:10:10 +0000
(22:10 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index afbe0df89afcb2aa311bf823b6bc302fdeb23cec..21e492735a2f57efdac4bf06e166b3dd81515cd4 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-145,3
+145,5
@@
endif(WIN32)
enable_testing()
add_test(test ${CMAKE_CURRENT_BINARY_DIR}/pulseview-test)
+
+install(PROGRAMS pulseview DESTINATION bin/)