- fix subprojects build locations

This commit is contained in:
2026-03-16 14:23:19 +03:00
parent d9b3d8e914
commit affcfd4fe6

View File

@@ -62,7 +62,7 @@ if (CMAKE_SYSTEM MATCHES "Android")
message("Adding the Oboe library") message("Adding the Oboe library")
set (OBOE_DIR libs/oboe) set (OBOE_DIR libs/oboe)
add_subdirectory (${OBOE_DIR} ./oboe) add_subdirectory (${OBOE_DIR} build_oboe)
include_directories (${OBOE_DIR}/include) include_directories (${OBOE_DIR}/include)
set (DEFINES ${DEFINES} -DTARGET_ANDROID -DHAVE_NETINET_IN_H) set (DEFINES ${DEFINES} -DTARGET_ANDROID -DHAVE_NETINET_IN_H)
set (TARGET_ANDROID ON) set (TARGET_ANDROID ON)