You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the build directory, when issuing the cmake .. command
Cmake Error at CMakeLists.txt:181 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?
Cmake Error at CMakeLists.txt:216 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?
when issuing the make command
Linking CXX executable vt_main
/usr/bin/ld: cannot find -lFreetype::Freetype
The text was updated successfully, but these errors were encountered:
from the build directory, when issuing the cmake .. command
Cmake Error at CMakeLists.txt:181 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?
Cmake Error at CMakeLists.txt:216 (add executable)
Target "vt_main" links to target "Freetype::Freetype" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS is missing?
when issuing the make command
Linking CXX executable vt_main
/usr/bin/ld: cannot find -lFreetype::Freetype
The text was updated successfully, but these errors were encountered: