Skip to content

Commit 4f0cb6b

Browse files
committed
fix(ftxui): add */src to include_dirs for private headers (box_helper.hpp etc.)
1 parent d5529a2 commit 4f0cb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/f/ftxui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ package = {
4242
mcpp = {
4343
language = "c++23",
4444
import_std = false, -- pure compiled lib, no `import std;`
45-
include_dirs = { "*/include" },
45+
include_dirs = { "*/include", "*/src" }, -- src/ for private headers (box_helper.hpp etc.),
4646
sources = {
4747
"*/src/ftxui/**/*.cpp",
4848
"!*/src/ftxui/**/*_test.cpp", -- 30+ gtest files

0 commit comments

Comments
 (0)