Sign in
pigweed
/
third_party
/
github
/
google
/
fuzztest
/
b6d8465706537cdd7e4cf89c9eb5587b5e16b96e
/
.
/
tools
/
CMakeLists.txt
blob: 942ca5823802e7a3ed9a674d104e937d7a82b641 [
file
]
add_executable(
grammar_domain_code_generator
grammar_domain_code_generator.cc
)
target_link_libraries(
grammar_domain_code_generator
absl::flags
absl::flags_parse
fuzztest_common_logging
code_generation
)