diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-04-28 08:55:15 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-04-28 08:55:15 +0200 |
commit | 210cf79cdddda090c5ed45e29b32efee73c50494 (patch) | |
tree | 032e5a3906f0522bfee40a001601788bc483b462 /CMakeLists.txt | |
parent | c3155b544a5065e8235508059c6512af6c46bd4d (diff) |
simplify makefile for SMAUG benchmarks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 3b2cb3e..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -cmake_minimum_required(VERSION 3.10) - -project(mbw VERSION 1.5 LANGUAGES C) - -add_executable(mbw mbw.c) -install(TARGETS mbw DESTINATION bin) |