Add 'make deb'

This commit is contained in:
Jonas Kvinge
2018-07-16 02:57:57 +02:00
parent dc91f19f30
commit e181b47e3f
4 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ include(cmake/Summary.cmake)
include(cmake/OptionalSource.cmake)
include(cmake/ParseArguments.cmake)
include(cmake/Rpm.cmake)
include(cmake/Deb.cmake)
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(LINUX 1)