0% found this document useful (0 votes)
38 views1 page

Cmake Build Command

The document details the configuration used to run CMake on a project including the executable path, arguments, and JVM arguments. It lists the CMake executable, build folders, NDK path, toolchain file, and build system as Ninja.

Uploaded by

Limas Baginta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Cmake Build Command

The document details the configuration used to run CMake on a project including the executable path, arguments, and JVM arguments. It lists the CMake executable, build folders, NDK path, toolchain file, and build system as Ninja.

Uploaded by

Limas Baginta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Executable : C:\Users\31337\AppData\Local\Android\Sdk\cmake\3.6.

4111459\bin\
[Link]
arguments :
-HC:\Users\31337\AndroidStudioProjects\MyApplication\app
-BC:\Users\31337\AndroidStudioProjects\MyApplication\app\.externalNativeBuild\
cmake\debug\x86
-DANDROID_ABI=x86
-DANDROID_PLATFORM=android-15
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\31337\AndroidStudioProjects\
MyApplication\app\build\intermediates\cmake\debug\obj\x86
-DCMAKE_BUILD_TYPE=Debug
-DANDROID_NDK=C:\Users\31337\AppData\Local\Android\Sdk\ndk-bundle
-DCMAKE_CXX_FLAGS=
-DCMAKE_TOOLCHAIN_FILE=C:\Users\31337\AppData\Local\Android\Sdk\ndk-bundle\build\
cmake\[Link]
-DCMAKE_MAKE_PROGRAM=C:\Users\31337\AppData\Local\Android\Sdk\cmake\3.6.4111459\
bin\[Link]
-GAndroid Gradle - Ninja
jvmArgs :

You might also like