Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake_not_mingw
/
CMakeLists.txt
blob: 4f87b8316ad68179d868c34db661398ee456a8dd [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.6)
project(CMakeNotMinGW C CXX ASM)
if(DEFINED MINGW)
message(FATAL_ERROR "MINGW should not be defined")
endif()