Skip to content

Commit

Permalink
Fix CMake relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jul 26, 2024
1 parent 024c72b commit 17b1030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ add_library(mega65libc ${objects} ${headers} ${assembler})
target_include_directories(mega65libc
PUBLIC
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)
Expand Down

0 comments on commit 17b1030

Please sign in to comment.