diff options
Diffstat (limited to 'indenters/CMakeLists.txt')
-rw-r--r-- | indenters/CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/indenters/CMakeLists.txt b/indenters/CMakeLists.txt index c0ae4b6..2fc3cb0 100644 --- a/indenters/CMakeLists.txt +++ b/indenters/CMakeLists.txt @@ -1,5 +1,29 @@ install( FILES example.cpp + uigui_astyle.ini + uigui_bcpp.ini + uigui_CblBeau.ini + uigui_csstidy.ini + uigui_f90ppr.ini + uigui_gnuindent.ini + uigui_greatcode.ini + uigui_hindent.ini + uigui_htb.ini + uigui_jsdecoder.ini + uigui_jsppp.ini + uigui_perltidy.ini + uigui_php_Beautifier.ini + uigui_phpCB.ini + uigui_phpStylist.ini + uigui_pindent.ini + uigui_psti.ini + uigui_rbeautify.ini + uigui_rubyformatter.ini + uigui_shellindent.ini + uigui_tidy.ini + uigui_uncrustify.ini + uigui_vbsbeaut.ini + uigui_xmlindent.ini DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/indenters ) |