diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-04 04:42:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-04 04:42:56 +0100 |
commit | 3e6828019fec8585b54d508f9c202106e6aa9311 (patch) | |
tree | f6f75845425a600b3072d5ce6fb7d935385d6809 /kate/CMakeLists.txt | |
parent | 462324fb8d4ff24c48599fb311aa1e26f9a4da53 (diff) | |
download | tdeaddons-3e6828019fec8585b54d508f9c202106e6aa9311.tar.gz tdeaddons-3e6828019fec8585b54d508f9c202106e6aa9311.zip |
Integrate katesort as part of tdeaddons
Diffstat (limited to 'kate/CMakeLists.txt')
-rw-r--r-- | kate/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt index f94adf0..1506c26 100644 --- a/kate/CMakeLists.txt +++ b/kate/CMakeLists.txt @@ -27,6 +27,7 @@ add_subdirectory( snippets ) add_subdirectory( insertcommand ) add_subdirectory( make ) add_subdirectory( helloworld ) +add_subdirectory( katesort ) #### other data ################################# |