build(cmake): remove thorvg sources from main lib sources list (#10039)

This commit is contained in:
André Costa
2026-05-04 22:15:37 +02:00
committed by GitHub
parent c9ba438eeb
commit d04ffbcbcb
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ jobs:
return 0;
}" >> main.c
# We link with `g++` as thorvg (ThorVG library) contains C++ code that requires C++ runtime symbols
g++ main.c -o main -I$(pwd)/lvgl-install/include -L$(pwd)/lvgl-install/lib -llvgl_thorvg -llvgl_examples -llvgl_demos -llvgl -lm
g++ main.c -o main -I$(pwd)/lvgl-install/include -L$(pwd)/lvgl-install/lib -llvgl_examples -llvgl_demos -llvgl -llvgl_thorvg -lm