CMake: simplify module loading more

This commit is contained in:
Adriaan de Groot 2017-07-05 11:17:39 -04:00
parent 978ff6591c
commit 0b45a52ad9

View File

@ -1,6 +1,6 @@
include( CMakeParseArguments )
include( ${CALAMARES_CMAKE_DIR}/CalamaresAddLibrary.cmake )
include( ${CALAMARES_CMAKE_DIR}/CMakeColors.cmake )
include( CalamaresAddLibrary )
include( CMakeColors )
function( calamares_add_plugin )
# parse arguments ( name needs to be saved before passing ARGN into the macro )