diff options
Diffstat (limited to 'indenters/CMakeLists.txt')
-rw-r--r-- | indenters/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indenters/CMakeLists.txt b/indenters/CMakeLists.txt new file mode 100644 index 0000000..c0ae4b6 --- /dev/null +++ b/indenters/CMakeLists.txt @@ -0,0 +1,5 @@ +install( + FILES + example.cpp + DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/indenters +) |