diff options
author | Timothy Pearson <[email protected]> | 2012-04-02 13:18:59 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-04-02 13:18:59 -0500 |
commit | 5bb9a959afb70b7ad27a331b6088d5bab82b6658 (patch) | |
tree | 4362dc738dd14818a29a311e5416ecfa270ba07e /tdecore/hwlibdata/CMakeLists.txt | |
parent | 607d5f575d500649c354c1e4a8032a17ab06cc79 (diff) | |
download | tdelibs-5bb9a959afb70b7ad27a331b6088d5bab82b6658.tar.gz tdelibs-5bb9a959afb70b7ad27a331b6088d5bab82b6658.zip |
Add external textfile device class rule support to TDE hardware library
Move floppy detection to the new system as an example
Diffstat (limited to 'tdecore/hwlibdata/CMakeLists.txt')
-rw-r--r-- | tdecore/hwlibdata/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tdecore/hwlibdata/CMakeLists.txt b/tdecore/hwlibdata/CMakeLists.txt new file mode 100644 index 000000000..d18877c5f --- /dev/null +++ b/tdecore/hwlibdata/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +add_subdirectory( classrules ) |