Skip to content

Commit d3c02dc

Browse files
artemdinaburgclaude
andcommitted
Make LLVM/Clang include dirs PUBLIC for tools
The tools (rellic-decomp, rellic-headergen) include Clang headers but weren't getting the include paths since they were PRIVATE to the library. This caused build failures when using system LLVM packages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2f617c1 commit d3c02dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ target_include_directories("${PROJECT_NAME}"
131131
PUBLIC
132132
$<BUILD_INTERFACE:${RELLIC_SOURCE_DIR}/include>
133133
$<INSTALL_INTERFACE:include>
134-
PRIVATE
135134
${LLVM_INCLUDE_DIRS}
136135
${CLANG_INCLUDE_DIRS}
137136
)

0 commit comments

Comments
 (0)