We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a604 commit 7f9c315Copy full SHA for 7f9c315
cmake/build_shared.cmake
@@ -39,14 +39,6 @@ function(build_firebase_shared LIBRARY_NAME ARTIFACT_NAME OUTPUT_NAME)
39
${SHARED_TARGET_LINK_LIB_NAMES}
40
)
41
42
- # target_include_directories(${shared_target}
43
- # PUBLIC
44
- # ${CMAKE_CURRENT_LIST_DIR}
45
- # PRIVATE
46
- # ${FIREBASE_CPP_SDK_DIR}
47
- # ${FIREBASE_UNITY_DIR}
48
- # )
49
-
50
# Update output name
51
set_target_properties(${shared_target}
52
PROPERTIES
0 commit comments