diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-08 22:21:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-20 19:07:47 +0900 |
| commit | 84136f93b36f0107deca190ebc105e3216b0638f (patch) | |
| tree | c3dcaff9a31760e7471822c09606a38ec9f8f4df /data/CMakeLists.txt | |
| parent | 111d9fbdfdbb78cdf3203c37761ecd5d422fa01c (diff) | |
| download | kvirc-feat/cmake-conversion.tar.gz kvirc-feat/cmake-conversion.zip | |
TEMP: cmakefeat/cmake-conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'data/CMakeLists.txt')
| -rw-r--r-- | data/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 0000000..1e6042a --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1,14 @@ +##### subfolders +# +# Note that files in the 'doctemplates' subfolder +# are used when processing the 'gendoc' folder +# + +add_subdirectory( app ) +add_subdirectory( config ) +add_subdirectory( defscript ) +add_subdirectory( deftheme ) +#add_subdirectory( gendoc ) +add_subdirectory( mimelnk ) +add_subdirectory( msgcolors ) +add_subdirectory( protocols ) |
