Differences
This shows you the differences between two versions of the page.
| docs:guide-developer:creating-a-cmake-package-in-openwrt [2023/12/13 12:48] – created javad.rahimi | docs:guide-developer:creating-a-cmake-package-in-openwrt [2024/08/15 05:37] (current) – Capitalization memicinn19 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Create a Cmake package in OpenWRT | + | ====== Create a Cmake package in OpenWrt |
| In the [[docs: | In the [[docs: | ||
| ===== CMakeLists.txt ===== | ===== CMakeLists.txt ===== | ||
| Line 16: | Line 16: | ||
| ===== Makefile ===== | ===== Makefile ===== | ||
| - | The '' | + | The '' |
| <code Makefile> | <code Makefile> | ||
| include $(TOPDIR)/ | include $(TOPDIR)/ | ||
| Line 37: | Line 37: | ||
| define Package/ | define Package/ | ||
| - | hellocmake is a simple application to demonstrate | + | hellocmake is a simple application to demonstrate |
| endef | endef | ||