Okay. Understood.
Now I'm fighting with cmake. I cannot get the freetype2 directory included
Do you, by any chance, know how to set up a cmake file for sh_ivtool?
Mine currently looks like this:
Code:
cmake_minimum_required(VERSION 3.7)
# set the project name
project(sh_ivtool)
include(/SDK_6.3.0/SDK-B288/share/cmake/arm_conf.cmake)
list(APPEND PB_INCLUDE_DIRECTORIES "${FREETYPE_INCLUDE_DIRS}")
# add the executable
add_executable(sh_ivtool.app main.c)