mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 03:34:49 +12:00
Ignore JNI driver files for Android Hydra core
This commit is contained in:
parent
5341ee8f1e
commit
d28ead1438
2 changed files with 4 additions and 2 deletions
|
@ -388,9 +388,10 @@ if(ENABLE_VULKAN)
|
|||
set(ALL_SOURCES ${ALL_SOURCES} ${RENDERER_VK_SOURCE_FILES})
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
if(ANDROID AND NOT BUILD_HYDRA_CORE)
|
||||
set(HEADER_FILES ${HEADER_FILES} include/jni_driver.hpp)
|
||||
set(ALL_SOURCES ${ALL_SOURCES} src/jni_driver.cpp)
|
||||
target_compile_definitions(Alber PRIVATE PANDA3DS_FRONTEND_PANDROID=1)
|
||||
endif()
|
||||
|
||||
if(BUILD_HYDRA_CORE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue