3 lines
67 B
CMake
3 lines
67 B
CMake
|
include (Toolchain-mingw32.cmake)
|
||
|
ADD_EXECUTABLE(hello.exe main.c)
|