diff options
author | Michele Calgaro <[email protected]> | 2020-03-27 00:28:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-03-27 00:28:44 +0900 |
commit | 64509425b39b988f3d9436b5c4482db8c86cf310 (patch) | |
tree | ecf3704709f2874d164737912d44e7f3607fc667 /src/CMakeLists.txt | |
parent | 88fbf7e81a6ab317262bd97875a0296f59287586 (diff) | |
download | tdedocker-64509425b39b988f3d9436b5c4482db8c86cf310.tar.gz tdedocker-64509425b39b988f3d9436b5c4482db8c86cf310.zip |
1) Added option for gcc visibility
2) Added man page from Debian packaging repo
3) Added application icon
4) Installed xpm icons
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 30f4c63..2c55b10 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -42,4 +42,3 @@ tde_add_executable( tdedocker AUTOMOC DESTINATION ${BIN_INSTALL_DIR} ) - |