Skip to content

Commit 98c0aa1

Browse files
committed
testing/CMakeLists.txt: Add app/src/include to the target_include_directories for firebase_testing to fix a build error when including mutex.h
1 parent 1cd055b commit 98c0aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ target_include_directories(firebase_testing
148148
${FLATBUFFERS_SOURCE_DIR}/include
149149
PRIVATE
150150
${FIREBASE_CPP_SDK_ROOT_DIR}
151+
${FIREBASE_CPP_SDK_ROOT_DIR}/app/src/include
151152
${FIREBASE_GEN_FILE_DIR}
152153
)
153154

0 commit comments

Comments
 (0)