diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-31 17:36:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-31 17:36:26 -0600 |
commit | d6a4fe9ca855e094bbfe2e1ba1bba565557b1891 (patch) | |
tree | 7a2aed881ccd01bcc47a676d5aa9c6076b2389f2 /CMakeLists.txt | |
parent | 43f19fb8a02775dca1d0701f7a7eb3ce775439ff (diff) | |
download | tdelibs-d6a4fe9ca855e094bbfe2e1ba1bba565557b1891.tar.gz tdelibs-d6a4fe9ca855e094bbfe2e1ba1bba565557b1891.zip |
Add tdelfeditor
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 ) |