mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 13:05:02 +00:00
5 lines
No EOL
151 B
Bash
5 lines
No EOL
151 B
Bash
#!/bin/bash -eu
|
|
$CXX $CFLAGS $LIB_FUZZING_ENGINE \
|
|
$SRC/fast_obj/.clusterfuzzlite/fast_obj_fuzzer.cpp \
|
|
-o $OUT/fast_obj_fuzzer \
|
|
-I$SRC/fast_obj |