Linker problem compiling with Rk libraries using CMakelist.txt

  • Hello, you can refer to the CMakelist.txt usage of https://github.com/LuckfoxTECH/luckfox_ ... i_example , the CMakelist.txt you provided is incomplete and I'm not sure if you will use target_link_libraries to link the library to the target
  • Hi,

    "target_link_libraries" was the solution as you pointed out.

    Thanks