diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-02 13:28:36 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-02 13:28:36 -0500 |
commit | a713cc823c957ce1fcfee82a0b8dafc7e3a2bb5b (patch) | |
tree | eb318e336b4b0c561686d8d58e032993b7f7adac | |
parent | 5bb9a959afb70b7ad27a331b6088d5bab82b6658 (diff) | |
download | tdelibs-a713cc823c957ce1fcfee82a0b8dafc7e3a2bb5b.tar.gz tdelibs-a713cc823c957ce1fcfee82a0b8dafc7e3a2bb5b.zip |
Fix last commit
-rw-r--r-- | tdecore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 1011eace7..422a1f431 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -12,6 +12,7 @@ add_subdirectory( malloc ) add_subdirectory( network ) add_subdirectory( kconfig_compiler ) +add_subdirectory( hwlibdata ) if( WITH_LIBART ) add_subdirectory( svgicons ) |