summaryrefslogtreecommitdiffstats
path: root/src/askfirst/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/askfirst/CMakeLists.txt')
-rw-r--r--src/askfirst/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/askfirst/CMakeLists.txt b/src/askfirst/CMakeLists.txt
new file mode 100644
index 0000000..aa8c89a
--- /dev/null
+++ b/src/askfirst/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_executable(askfirst askfirst.c)
+
+install(TARGETS askfirst RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}/unitd)