mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
test: Fix typo in makefile
' -> ` Change-Id: Iafacfb78d8f788ef302e5ad7f1a1d9cfbd380ffb
This commit is contained in:
parent
a6344daa66
commit
e3218a8a9a
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ all:
|
|||
gcc -o testGradientTransform testGradientTransform.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
|
||||
gcc -o testSvg testSvg.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
|
||||
gcc -o testAsync testAsync.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
|
||||
gcc -o testCapi testCapi.c -g 'pkg-config --cflags --libs elementary thorvg`
|
||||
gcc -o testCapi testCapi.c -g `pkg-config --cflags --libs elementary thorvg`
|
||||
|
|
Loading…
Add table
Reference in a new issue