Lines Matching full:list
45 # @sources List[str]: the code source path of list
46 # @cppincs List[str]: the include directories path of list
47 # @cppdefines List[str]: the defines of list
48 # @cflags List[str]: the c compile flags of list
51 list(JOIN ${cppincs} "\t-I" target_incflags)
75 list(APPEND ${target}_list_dep ${target_name}_custom )
76 list(APPEND ${target}_list__ ${obj_install_dir}/${target_name} )
85 # @sources List[str]: the code source path of list
86 # @cppincs List[str]: the include directories path of list
87 # @cppdefines List[str]: the defines of list
88 # @cflags List[str]: the c compile flags of list
113 list(APPEND ${target}_list_dep ${target_name}_custom )
114 list(APPEND ${target}_list__ ${obj_install_dir}/${target_name} )
126 # @sources List[str]: the code source path of list
127 # @cppincs List[str]: the include directories path of list
128 # @cppdefines List[str]: the defines of list
129 # @cflags List[str]: the c compile flags of list
151 # @sources List[str]: the code source path of list
152 # @cppincs List[str]: the include directories path of list
153 # @cppdefines List[str]: the defines of list
154 # @cflags List[str]: the c compile flags of list