Skip to content

Commit c8a78db

Browse files
committed
Add app/src/main/cpp/include to CMake include path.
1 parent eac5628 commit c8a78db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

android-cpp/app/src/main/cpp/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ find_library( # Sets the name of the path variable.
3636
# you want CMake to locate.
3737
log)
3838

39+
target_include_directories(
40+
firebirdandroidcpp PUBLIC
41+
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
42+
3943
# Specifies libraries CMake should link to your target library. You
4044
# can link multiple libraries, such as libraries you define in this
4145
# build script, prebuilt third-party libraries, or system libraries.

0 commit comments

Comments
 (0)