dev/c/cmake_cross_mingw32/CMakeLists.txt

3 lines
67 B
CMake

include (Toolchain-mingw32.cmake)
ADD_EXECUTABLE(hello.exe main.c)