Cmake build system for esp32 #1

Merged
franchioping merged 8 commits from cmake_esp32 into master 2026-04-02 16:55:09 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 17f62e4827 - Show all commits

View File

@ -14,6 +14,7 @@ fn run_cbindgen(cargo_dir: &Path, target_dir: &Path) {
cbindgen::Builder::new()
.with_crate(cargo_dir)
.with_language(cbindgen::Language::Cxx)
.with_pragma_once(true)
.generate()
.expect("Unable to generate bindings")
.write_to_file(&out);