[Kst] branches/work/kst/portto4/kst/cmake/modules
Peter Kümmel
syntheticpp at gmx.net
Mon Jan 24 18:22:42 CET 2011
SVN commit 1216773 by kuemmel:
cmake: add debug macro
M +7 -0 KstMacros.cmake
--- branches/work/kst/portto4/kst/cmake/modules/KstMacros.cmake #1216772:1216773
@@ -2,6 +2,13 @@
include(KstPchSupport)
+macro(kst_dbg)
+ foreach(it ${ARGN})
+ message(STATUS "dgb: ${it} = ${${it}}")
+ endforeach()
+endmacro()
+
+
macro(kst_init name)
set(kst_name ${name})
set(kst_${kst_name}_dont_merge)
More information about the Kst
mailing list