Adding a temporary windows binary.

This commit is contained in:
Nicolás A. Ortega 2016-07-08 20:01:33 +02:00
parent ecd4980ba2
commit c33919a3c6
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF
3 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS} -g -O3")
set(CMAKE_C_FLAGS_MIN_SIZEREL "${CMAKE_C_FLAGS} -Os") set(CMAKE_C_FLAGS_MIN_SIZEREL "${CMAKE_C_FLAGS} -Os")
set(SRCS set(SRCS
src/Main.c) src/main.c)
add_executable(mmmcalc ${SRCS}) add_executable(mmmcalc ${SRCS})

BIN
src/a.exe Executable file

Binary file not shown.