From 84136f93b36f0107deca190ebc105e3216b0638f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 8 Jan 2026 22:21:09 +0900 Subject: TEMP: cmake Signed-off-by: Michele Calgaro --- doc/scriptexamples/simplehttp/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/scriptexamples/simplehttp/CMakeLists.txt (limited to 'doc/scriptexamples/simplehttp') diff --git a/doc/scriptexamples/simplehttp/CMakeLists.txt b/doc/scriptexamples/simplehttp/CMakeLists.txt new file mode 100644 index 0000000..db1120b --- /dev/null +++ b/doc/scriptexamples/simplehttp/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES simplehttp.kvs + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/doc/scriptexamples/simplehttp +) -- cgit v1.2.3