diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-10-03 20:58:40 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-10-03 20:58:40 +0300 |
commit | ede092a04246412dbf766a71c1e34c120273c7c3 (patch) | |
tree | 04f64feff03175352a3d84952cf362c1bd72ccfc /malloryclient/CMakeLists.txt | |
parent | 67a9b630c73c9b84c41e4021a598b05aadf3c5f1 (diff) | |
download | twin-style-mallory-ede092a04246412dbf766a71c1e34c120273c7c3.tar.gz twin-style-mallory-ede092a04246412dbf766a71c1e34c120273c7c3.zip |
Build configuration module
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'malloryclient/CMakeLists.txt')
-rw-r--r-- | malloryclient/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/malloryclient/CMakeLists.txt b/malloryclient/CMakeLists.txt index dee9313..a09c747 100644 --- a/malloryclient/CMakeLists.txt +++ b/malloryclient/CMakeLists.txt @@ -29,6 +29,8 @@ tde_add_kpart(twin_mallory AUTOMOC DESTINATION ${PLUGIN_INSTALL_DIR} ) +tde_conditional_add_subdirectory(BUILD_TCC_MODULE config) + ### Data ####################################################################### tde_create_translated_desktop( SOURCE mallory.desktop |