changeset 259:0fd0290d61b4

CMake: add ALL to add_custom_target for plugins
author David Demelier <markand@malikania.fr>
date Tue, 13 Sep 2016 13:01:31 +0200
parents c7d4e8c279a9
children 904ee87bc808
files cmake/function/IrccdDefinePlugin.cmake
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/function/IrccdDefinePlugin.cmake	Tue Sep 13 12:58:23 2016 +0200
+++ b/cmake/function/IrccdDefinePlugin.cmake	Tue Sep 13 13:01:31 2016 +0200
@@ -70,6 +70,7 @@
 
     add_custom_target(
         plugin-${PLG_NAME}
+        ALL
         DEPENDS ${PLG_OUTPUT_DOC}
     )
 endfunction()