We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be9b78 commit ba893ccCopy full SHA for ba893cc
CMakeLists.txt
@@ -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