diff options
Diffstat (limited to 'etc/import/TARGETS.re2')
-rw-r--r-- | etc/import/TARGETS.re2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/import/TARGETS.re2 b/etc/import/TARGETS.re2 index 28bb1882..95775dea 100644 --- a/etc/import/TARGETS.re2 +++ b/etc/import/TARGETS.re2 @@ -1,4 +1,24 @@ { "re2": + { "type": "export" + , "target": "re2_internal" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "COMPILER_FAMILY" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + ] + } +, "re2_internal": { "type": ["@", "rules", "CC", "library"] , "name": ["re2"] , "srcs": |