Skip to content

Commit

Permalink
cmake support
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kostenko committed May 31, 2018
1 parent 1be9b78 commit ba893cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.11)
project(timemem C)

set(CMAKE_C_STANDARD 11)
string(REPLACE "/MD" "/MT" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
add_executable(timemem
TimeMem.c)

0 comments on commit ba893cc

Please sign in to comment.