Skip to content

Commit 6209db9

Browse files
committed
Fix issue #191
Make include headers for library public in CMakeLists.txt
1 parent d9767c6 commit 6209db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ endif()
303303
add_library(${SQLITE3MC_TARGET} ${SQLITE3MC_LINK}
304304
${SQLITE3MC_BASE_SRCS}
305305
)
306-
target_include_directories(${SQLITE3MC_TARGET} PRIVATE
306+
target_include_directories(${SQLITE3MC_TARGET} PUBLIC
307307
${SQLITE3MC_INCLUDEDIRS}
308308
)
309309
target_compile_definitions(${SQLITE3MC_TARGET} PRIVATE

0 commit comments

Comments
 (0)