blob: 24968e15d3b5dfb47f0f65e89ef0ba44d110d725 [file] [log] [blame]
add_library(computeboids MODULE
src/main/cpp/Compute.cpp
src/main/cpp/Renderer.cc
src/main/cpp/Renderer.h
)
target_include_directories(chellotriangle PRIVATE SAMPLES_SRC_UTILS_DIR)
target_link_options(computeboids PUBLIC
"-u Java_com_google_androidgamesdk_GameActivity_initializeNativeCode"
)
target_link_libraries(computeboids dawn_sample_utils)