File tree 21 files changed +27371
-34
lines changed
21 files changed +27371
-34
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,15 @@ cmake_minimum_required(VERSION 2.8)
6
6
7
7
project (testArduinoIoTCloud)
8
8
9
- Include (FetchContent)
10
-
11
- FetchContent_Declare(
12
- Catch2
13
- GIT_REPOSITORY https://github.com/catchorg/Catch2.git
14
- GIT_TAG v3.4.0
15
- )
16
-
17
- FetchContent_MakeAvailable(Catch2)
18
-
19
9
##########################################################################
20
10
21
11
include_directories (include )
22
12
include_directories (../../src)
23
13
include_directories (../../src/cbor)
24
14
include_directories (../../src/property)
25
15
include_directories (../../src/utility/time)
16
+ include_directories (external/catch/v2.13.10/include )
17
+ include_directories (external/fakeit/v2.0.5/include )
26
18
27
19
##########################################################################
28
20
@@ -108,7 +100,5 @@ add_executable(
108
100
${TEST_TARGET_SRCS}
109
101
)
110
102
111
- target_link_libraries ( ${TEST_TARGET} Catch2WithMain )
112
-
113
103
##########################################################################
114
104
You can’t perform that action at this time.
0 commit comments