diff cmake/MolkoBuildAssets.cmake @ 223:560303066120

tools: sync latest bcc While here rename to mlk-bcc like other tools.
author David Demelier <markand@malikania.fr>
date Wed, 18 Nov 2020 19:09:23 +0100
parents 64f24b482722
children 71b3b7036de7
line wrap: on
line diff
--- a/cmake/MolkoBuildAssets.cmake	Wed Nov 18 19:03:47 2020 +0100
+++ b/cmake/MolkoBuildAssets.cmake	Wed Nov 18 19:09:23 2020 +0100
@@ -38,10 +38,10 @@
 
 		add_custom_command(
 			OUTPUT ${output}
-			COMMAND $<TARGET_FILE:bcc> ${arg0} -s ${a} ${category}-${name} > ${output}
+			COMMAND $<TARGET_FILE:mlk-bcc> ${arg0} -csu ${a} ${category}-${name} > ${output}
 			DEPENDS
 				${a}
-				$<TARGET_FILE:bcc>
+				$<TARGET_FILE:mlk-bcc>
 			COMMENT "Generate header file from ${basename}"
 		)