28 lines
821 B
Groovy
28 lines
821 B
Groovy
// NOTE: If a new sample uses only platform libs,
|
|
// please add it into the 'buildSamplesWithPlatfromLibs' task in build.gradle.
|
|
enableFeaturePreview('GRADLE_METADATA')
|
|
include ':csvparser'
|
|
include ':gitchurn'
|
|
include ':globalState'
|
|
include ':gtk'
|
|
include ':libcurl'
|
|
include ':nonBlockingEchoServer'
|
|
include ':opengl'
|
|
include ':socket'
|
|
include ':tetris'
|
|
// ML samples have non-trivial deps, disable from here.
|
|
// include ':tensorflow'
|
|
// include ':torch'
|
|
// Android native activity build requires Android SDK.
|
|
// So temporary switching off for now, as it breaks the build
|
|
// of other samples if SDK is not present.
|
|
// include ':androidNativeActivity'
|
|
include ':objc'
|
|
include ':uikit'
|
|
include ':win32'
|
|
include ':videoplayer'
|
|
include ':workers'
|
|
|
|
includeBuild '../shared'
|
|
includeBuild '../tools/kotlin-native-gradle-plugin'
|