https://github.com/aegis-dev/melyze
https://github.com/aegis-dev/melyze
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegis-dev/melyze
- Owner: aegis-dev
- License: mit
- Created: 2020-01-07T13:57:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T12:08:37.000Z (over 6 years ago)
- Last Synced: 2025-01-20T13:27:10.623Z (over 1 year ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# melyze
## Building with cmake
```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake -DANDROID_ABI=armeabi-v7a -DANDROID_NATIVE_API_LEVEL=19 ..
cmake --build .
```