diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e8a6902c..35e54560c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -800,6 +800,9 @@ add_subdirectory( libltdl ) add_subdirectory( kglib ) add_subdirectory( tdefx ) add_subdirectory( tdecore ) +if( WITH_ELFICON ) + add_subdirectory( tdelfeditor ) +endif( WITH_ELFICON ) add_subdirectory( kunittest ) add_subdirectory( tdeui ) add_subdirectory( tdesu ) |