View Single Post
Old 10-17-2021, 01:35 PM   #61
Skeeve
Zealot
Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.Skeeve ought to be getting tired of karma fortunes by now.
 
Skeeve's Avatar
 
Posts: 142
Karma: 669192
Join Date: Nov 2013
Device: Kindle 4.1.1 no touch
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)
Skeeve is offline   Reply With Quote