| ... | @@ -172,17 +172,17 @@ else() | ... | @@ -172,17 +172,17 @@ else() |
| 172 | COMPILE_FLAGS ${ZIG_LLD_COMPILE_FLAGS} | 172 | COMPILE_FLAGS ${ZIG_LLD_COMPILE_FLAGS} |
| 173 | LINK_FLAGS " " | 173 | LINK_FLAGS " " |
| 174 | ) | 174 | ) |
| 175 | target_include_directories(embedded_lld_lib PUBLIC | 175 | target_include_directories(embedded_lld_lib PRIVATE |
| 176 | "${CMAKE_SOURCE_DIR}/deps/lld/include" | 176 | "${CMAKE_SOURCE_DIR}/deps/lld/include" |
| 177 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt" | 177 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt" |
| 178 | ) | 178 | ) |
| 179 | target_include_directories(embedded_lld_elf PUBLIC | 179 | target_include_directories(embedded_lld_elf PRIVATE |
| 180 | "${CMAKE_SOURCE_DIR}/deps/lld/ELF" | 180 | "${CMAKE_SOURCE_DIR}/deps/lld/ELF" |
| 181 | "${CMAKE_SOURCE_DIR}/deps/lld/include" | 181 | "${CMAKE_SOURCE_DIR}/deps/lld/include" |
| 182 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt/ELF" | 182 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt/ELF" |
| 183 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt" | 183 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt" |
| 184 | ) | 184 | ) |
| 185 | target_include_directories(embedded_lld_coff PUBLIC | 185 | target_include_directories(embedded_lld_coff PRIVATE |
| 186 | "${CMAKE_SOURCE_DIR}/deps/lld/COFF" | 186 | "${CMAKE_SOURCE_DIR}/deps/lld/COFF" |
| 187 | "${CMAKE_SOURCE_DIR}/deps/lld/include" | 187 | "${CMAKE_SOURCE_DIR}/deps/lld/include" |
| 188 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt/COFF" | 188 | "${CMAKE_SOURCE_DIR}/deps/lld-prebuilt/COFF" |