[Feat] (CMake): make TRACY_ENABLE as an option

This commit is contained in:
2025-12-12 23:40:39 +08:00
parent 0519cdeb9c
commit 17bbe3e6ba
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -8,6 +8,12 @@ android {
minSdk 26
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// externalNativeBuild {
// cmake {
// arguments "-DTRACY_ENABLE=ON"
// }
// }
}
buildTypes {