Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit d08a2e8

Browse files
committed
fix: update include directories for dexdump
1 parent 3ca5e82 commit d08a2e8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_install.cmake
77
install_manifest.txt
88
compile_commands.json
99
CTestTestfile.cmake
10-
build*
10+
build
1111
pack
1212

1313
/src*/

build-tools/dexdump.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(INCLUDES
2121
${SRC}/libbase/include
2222
${SRC}/logging/liblog/include
2323
${SRC}/libziparchive/include
24+
${SRC}/fmtlib/include
2425
)
2526

2627
add_library(libartbase STATIC

0 commit comments

Comments
 (0)