Lines Matching defs:sources
23 get_property(sources TARGET ${name} PROPERTY SOURCES)
24 if("${sources}" MATCHES "\\.c(;|$)")
81 foreach(fn ${sources})
93 # Update target props, since all sources are C++.
409 set(sources ${ARGN})
413 set(sources ${sources} ${resource_file})
419 set(${OUT_VAR} ${sources} PARENT_SCOPE)
491 # llvm_add_library(name sources...
2578 # If the sources at the given `path` are under version control, set `out_var`
2584 # If the sources are not under version control, do not define `out_var`.