Add android.cpp to test members

This commit is contained in:
altalk23 2023-09-14 14:50:13 +03:00
parent 46e4cdb3b1
commit 175f488c23
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#include "Common.hpp"
#ifdef GEODE_IS_ANDROID
// Add known android struct members here
// needed classes are ones in the ids folder and some generic ones (i think they are already done though so only ids)
#endif

View file

@ -4,7 +4,7 @@ set(PROJECT_NAME TestMembers)
project(${PROJECT_NAME} VERSION 1.0.0)
add_library(${PROJECT_NAME} SHARED MacOS.cpp Windows.cpp)
add_library(${PROJECT_NAME} SHARED MacOS.cpp Windows.cpp Android.cpp)
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20)
target_include_directories(${PROJECT_NAME} PRIVATE