diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 04:18:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 04:18:53 -0600 |
commit | 512da0e58de54a750aea4baafe55cc35a1aeb6f9 (patch) | |
tree | ae6451aa2f6ac53dc2be39b1b90c9446db37984a /kfile-plugins/CMakeLists.txt | |
parent | 4fed04e9d28373016ace75443b3319a65a55bad2 (diff) | |
download | tdelibs-512da0e58de54a750aea4baafe55cc35a1aeb6f9.tar.gz tdelibs-512da0e58de54a750aea4baafe55cc35a1aeb6f9.zip |
Add elf metainfo plugin
Diffstat (limited to 'kfile-plugins/CMakeLists.txt')
-rw-r--r-- | kfile-plugins/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kfile-plugins/CMakeLists.txt b/kfile-plugins/CMakeLists.txt new file mode 100644 index 000000000..61e9dd6a3 --- /dev/null +++ b/kfile-plugins/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2012 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_conditional_add_subdirectory( HAVE_ELFICON elf ) |