Files
ndk-samples/cmake
Dan Albert 36a3dc6811 Factor out common library flags to a function.
I assume I'll want to make more "global" changes at some point, so
rather than copying the same add_compile_options into every project,
create add_app_library() as a wrapper around add_library() which handles
the common stuff.
2025-09-04 14:15:42 +00:00
..