CMake: simplify module loading more

main
Adriaan de Groot 8 years ago
parent 978ff6591c
commit 0b45a52ad9

@ -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 )

Loading…
Cancel
Save