Skip to content

Commit 6700631

Browse files
authored
Merge pull request #22 from nlohmann/update-project
Update project
2 parents 19bbe9f + cb141b8 commit 6700631

File tree

6 files changed

+7207
-10738
lines changed

6 files changed

+7207
-10738
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(fifo_map LANGUAGES CXX)
44

55
add_executable(unit
6-
src/fifo_map.hpp test/thirdparty/catch/catch.hpp test/unit.cpp
6+
src/fifo_map.hpp test/thirdparty/doctest/doctest.h test/unit.cpp
77
)
88

99
target_include_directories(unit PRIVATE "test" "src" "test/thirdparty")

test/thirdparty/catch/LICENSE_1_0.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)