You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
309 B

  1. #
  2. # One day it'll be a complete solution for building deb packages with CPack
  3. # But for now it's only to make INSTALL_DOCUMENTATION function happy
  4. #
  5. IF(DEB)
  6. SET(CPACK_COMPONENT_SERVER_GROUP "server")
  7. SET(CPACK_COMPONENT_README_GROUP "server")
  8. SET(CPACK_COMPONENTS_ALL Server Test SharedLibraries)
  9. ENDIF(DEB)