dev/c/cmake_cross_mingw32/CMakeLists.txt

3 lines
67 B
CMake
Raw Normal View History

2012-05-23 15:07:54 +04:00
include (Toolchain-mingw32.cmake)
ADD_EXECUTABLE(hello.exe main.c)