aboutsummaryrefslogtreecommitdiff
path: root/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
commitbac1b2f4856a74317077bd09d0dfa432fae93757 (patch)
tree3799db217f0724290f53d731fcedf39138dca404 /scripts/CMakeLists.txt
parentf99b70d79d8091e34e6078b74a77347ada2a12bc (diff)
downloadspmc-bac1b2f4856a74317077bd09d0dfa432fae93757.tar.gz
Update cmake configs
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r--scripts/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
new file mode 100644
index 0000000..a9dc74a
--- /dev/null
+++ b/scripts/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ PROGRAMS spmbuild
+ DESTINATION bin
+)