diff options
author | gregory guy <[email protected]> | 2020-03-23 18:35:35 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-03-24 13:42:21 +0100 |
commit | 4986d5902c36dc2b286e42591114d569af7e8517 (patch) | |
tree | 66e83984a7e1c80875aa6c2bf1e0abbbb81eafad /src/CMakeLists.txt | |
parent | e9f4918326e9b05edf5ed848f1b4c0403518c449 (diff) | |
download | tdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.tar.gz tdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty files TODO and NEWS.
Delete the folder templates.
Rework of the README file.
Add the "MODULE" directive to the plugin build.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4120377..95624d8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,7 +18,7 @@ link_directories( ##### tdeio_apt (kpart) -tde_add_kpart( tdeio_apt AUTOMOC +tde_add_kpart( tdeio_apt MODULE AUTOMOC SOURCES aptcache.cpp |