Skip to content

Commit

Permalink
Installer|CMake: Component names and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 2, 2018
1 parent c4063b4 commit 38fb6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/cmake/Packaging.cmake
Expand Up @@ -101,14 +101,14 @@ if (NOT CPack_CMake_INCLUDED)
INSTALL_TYPES gui
)
cpack_add_component (fmod
DISPLAY_NAME "FMOD Ex Audio Plugin"
DISPLAY_NAME "FMOD Audio Plugin"
DESCRIPTION "Audio plugin supporting 3D effects and SF2 soundfonts (non-GPL)."
DEPENDS client
INSTALL_TYPES gui
)
cpack_add_component (sdk
DISPLAY_NAME "SDK"
DESCRIPTION "C++ headers and build configuration files for Doomsday 2."
DESCRIPTION "C++ headers, libraries, and build configuration files to create Doomsday 2 plugins."
DISABLED
DEPENDS libs packs
INSTALL_TYPES sdk
Expand Down

0 comments on commit 38fb6f0

Please sign in to comment.