blob: 6a6a2cf8bd2fb87431600b7196dc16e86e07a14a [file] [log] [blame]
add_library(chellotriangle MODULE
src/main/cpp/CHelloTriangle.cpp
src/main/cpp/RendererC.cc
src/main/cpp/RendererC.h
)
target_include_directories(chellotriangle PRIVATE SAMPLES_SRC_UTILS_DIR)
target_link_options(chellotriangle PUBLIC
"-u Java_com_google_androidgamesdk_GameActivity_initializeNativeCode"
)
target_link_libraries(chellotriangle dawn_sample_utils)