From b905a0a686e12e30801255b62accb573a8ced687 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 22 Feb 2026 20:41:12 +0900 Subject: Convert to cmake build system Signed-off-by: Michele Calgaro --- doc/scriptexamples/tutorial/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/scriptexamples/tutorial/CMakeLists.txt (limited to 'doc/scriptexamples/tutorial') diff --git a/doc/scriptexamples/tutorial/CMakeLists.txt b/doc/scriptexamples/tutorial/CMakeLists.txt new file mode 100644 index 0000000..3c10e7a --- /dev/null +++ b/doc/scriptexamples/tutorial/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _kvs_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.kvs ) + +install( + FILES ${_kvs_files} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/doc/scriptexamples/tutorial +) -- cgit v1.2.3