diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-28 00:28:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-28 04:58:13 +0100 |
commit | 3075d47aeb52f6549e957023d353d4c5cb857e54 (patch) | |
tree | 1a0c0fbf331d78a8a62106aeea7662bbf6af1ba9 /CMakeLists.txt | |
parent | 85b2d8a2ee966794768f26cfc2404c850d33e096 (diff) | |
download | sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.tar.gz sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.tar.xz sdn-3075d47aeb52f6549e957023d353d4c5cb857e54.zip |
Add and integrate a script to execute mc.ext.ini
Tsk, tsk, parasiting on what we wanted to replace.
macOS is annoying to port to.
Unfortunately, this script is also very slow, for some reason.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e5206..87a2c7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,10 @@ target_compile_definitions (${PROJECT_NAME} PUBLIC include (GNUInstallDirs) install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR}) -install (PROGRAMS ${PROJECT_NAME}-install DESTINATION ${CMAKE_INSTALL_BINDIR}) -install (FILES sdn.1 sdn-install.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) +install (PROGRAMS ${PROJECT_NAME}-install ${PROJECT_NAME}-view + DESTINATION ${CMAKE_INSTALL_BINDIR}) +install (FILES sdn.1 sdn-install.1 sdn-view.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Directory navigator") |