HomeSort by relevance Sort by last modified time
    Searched refs:ARGN (Results 1 - 2 of 2) sorted by null

  /external/protobuf/gtest/
CMakeLists.txt 120 # ARGN refers to additional arguments after 'cxx_flags'.
121 add_library(${name} ${type} ${ARGN})
131 cxx_library_with_type(${name} STATIC "${cxx_flags}" ${ARGN})
135 cxx_library_with_type(${name} SHARED "${cxx_flags}" ${ARGN})
140 cxx_static_library(${name} "${cxx_flags}" ${ARGN})
165 add_executable(${name} ${ARGN})
181 ${name} "${cxx_default}" ${lib} "${dir}/${name}.cc" ${ARGN})
225 add_executable(${name} ${ARGN})
244 "test/${name}.cc" ${ARGN})
  /external/eigen/cmake/
FindBLAS.cmake 94 "has not been found in ${ARGN}${ColourReset}")
98 "has not been found in ${ARGN}${ColourReset}")
131 "with following libraries ${ARGN}${ColourReset}")
180 set(_libdir ${ARGN})
    [all...]

Completed in 1114 milliseconds