[CMake] Generated file and parallel build.

Óscar Fuentes ofv at wanadoo.es
Mon Sep 22 12:00:40 EDT 2008


Ó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



More information about the CMake mailing list