Skip to content

Commit ba893cc

Browse files
author
Igor Kostenko
committed
cmake support
1 parent 1be9b78 commit ba893cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmake_minimum_required(VERSION 3.11)
2+
project(timemem C)
3+
4+
set(CMAKE_C_STANDARD 11)
5+
string(REPLACE "/MD" "/MT" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
6+
add_executable(timemem
7+
TimeMem.c)

0 commit comments

Comments
 (0)