unify build, allow cross build

This commit is contained in:
arcan1s
2015-08-16 03:24:44 +03:00
parent a74c65a2a3
commit b3fc0501ba
4 changed files with 38 additions and 54 deletions

View File

@ -64,9 +64,4 @@ if(BUILD_PLASMOIDS)
add_subdirectory(translations)
endif()
if(BUILD_DEB_PACKAGE)
include(deb-recipe.cmake)
endif()
if(BUILD_RPM_PACKAGE)
include(rpm-recipe.cmake)
endif()
include(packages-recipe.cmake)