Re: [OpenWrt-Devel] detecting liblua in CMake

2018-08-30 Thread Yousong Zhou
On Thu, 30 Aug 2018 at 04:39, Lev wrote: > > Hi, > > > > I'm currently developing an application for OpenWRT. IT is written in C, and > uses the LUA libraries. > > The C code is configured by CMake. The question is how can I detect, packages > with CMake. > > At the host system, the application

[OpenWrt-Devel] detecting liblua in CMake

2018-08-29 Thread Lev
Hi, I'm currently developing an application for OpenWRT. IT is written in C, and uses the LUA libraries. The C code is configured by CMake. The question is how can I detect, packages with CMake. At the host system, the application builds fine using CMake, and I have something similar in my C