aboutsummaryrefslogtreecommitdiff
path: root/net/cgi-io/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* cgi-io: cmake: enable extra compiler warningsPetr Štetiar2019-10-11
| | | | | | Spotting issues during compilation is cheaper. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* cgi-io: cmake: fix libraries lookupPetr Štetiar2019-10-11
| | | | | | In order to make it compile properly in more environments. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* cgi-io: Find and search for libubus.hFlorian Fainelli2017-06-18
| | | | | | | | | | | | | Fixes build errors with external toolchains: [ 33%] Building C object CMakeFiles/cgi-io.dir/main.c.o /home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/cgi-io/main.c:30:21: fatal error: libubus.h: No such file or directory #include <libubus.h> ^ compilation terminated. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* cgi-io: add a small helper cgi that can be used by RPCD based UIsJohn Crispin2015-10-02
Signed-off-by: John Crispin <blogic@openwrt.org>