- fix subprojects build locations
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user