diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-10 20:36:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-21 14:10:54 +0900 |
| commit | bf204e931c605c73d761ec84943bb0cc94d7e7e4 (patch) | |
| tree | b11fccbf3b4846f07130d8626e3f40103dd4cbc4 /src/scripts | |
| parent | 44ef0bd5fe47a43e47aec5f7981b6c1d728dd9a8 (diff) | |
| download | ktorrent-bf204e931c605c73d761ec84943bb0cc94d7e7e4.tar.gz ktorrent-bf204e931c605c73d761ec84943bb0cc94d7e7e4.zip | |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/scripts')
| -rw-r--r-- | src/scripts/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt new file mode 100644 index 0000000..dad1ddf --- /dev/null +++ b/src/scripts/CMakeLists.txt @@ -0,0 +1,7 @@ + +##### other files + +install( + PROGRAMS ktshell + DESTINATION ${BIN_INSTALL_DIR} +) |
