Óscar Fuentes <ofv at wanadoo.es> writes: >> macro(add_llvm_library name) >> add_library(${name} ${ARGN}) >> add_dependencies(${name} ${LLVM_SOURCE_COMMON_DEPENDS}) >> .... >> endmacro() > > This doesn't work. My wrong. This works. -- Oscar