Fix cpp build paths
Summary: Those hadn't been updated as part of the move and cause runtime failures. Reviewed By: priteshrnandgaonkar Differential Revision: D8931211 fbshipit-source-id: bc874eeea39134d6da9e16f6771bf0d3d3c02473
This commit is contained in:
committed by
Facebook Github Bot
parent
2ec67bf801
commit
c3e8a2d22a
@@ -26,7 +26,7 @@ add_compile_options(-DSONAR_OSS=1
|
||||
-Wno-tautological-constant-compare
|
||||
)
|
||||
|
||||
file(GLOB SOURCES android/sonar.cpp)
|
||||
file(GLOB SOURCES src/main/cpp/sonar.cpp)
|
||||
add_library(${PACKAGE_NAME} SHARED ${SOURCES})
|
||||
target_include_directories(${PACKAGE_NAME} PUBLIC "./")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user