CMake: simplify module loading more
This commit is contained in:
parent
978ff6591c
commit
0b45a52ad9
@ -1,6 +1,6 @@
|
|||||||
include( CMakeParseArguments )
|
include( CMakeParseArguments )
|
||||||
include( ${CALAMARES_CMAKE_DIR}/CalamaresAddLibrary.cmake )
|
include( CalamaresAddLibrary )
|
||||||
include( ${CALAMARES_CMAKE_DIR}/CMakeColors.cmake )
|
include( CMakeColors )
|
||||||
|
|
||||||
function( calamares_add_plugin )
|
function( calamares_add_plugin )
|
||||||
# parse arguments ( name needs to be saved before passing ARGN into the macro )
|
# parse arguments ( name needs to be saved before passing ARGN into the macro )
|
||||||
|
Loading…
Reference in New Issue
Block a user