Skip to content

Commit

Permalink
Fix issue #191
Browse files Browse the repository at this point in the history
Make include headers for library public in CMakeLists.txt
  • Loading branch information
utelle committed Jan 19, 2025
1 parent d9767c6 commit 6209db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ endif()
add_library(${SQLITE3MC_TARGET} ${SQLITE3MC_LINK}
${SQLITE3MC_BASE_SRCS}
)
target_include_directories(${SQLITE3MC_TARGET} PRIVATE
target_include_directories(${SQLITE3MC_TARGET} PUBLIC
${SQLITE3MC_INCLUDEDIRS}
)
target_compile_definitions(${SQLITE3MC_TARGET} PRIVATE
Expand Down

0 comments on commit 6209db9

Please sign in to comment.