From bac1b2f4856a74317077bd09d0dfa432fae93757 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Feb 2020 21:55:43 -0500 Subject: Update cmake configs --- scripts/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/CMakeLists.txt (limited to 'scripts/CMakeLists.txt') 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 +) -- cgit