File tree 6 files changed +4
-35
lines changed
6 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 5
5
# All rights reserved.
6
6
# Released under BSD-3 license. See LICENSE file
7
7
# ------------------------------------------------------------------------------
8
-
9
8
cmake_minimum_required (VERSION 3.16)
10
9
11
10
# Tell CMake we'll use C++ for use in its tests/flags
12
- project (mrpt_rtti LANGUAGES C CXX)
11
+ project (mrpt_system LANGUAGES C CXX)
13
12
14
13
# MRPT CMake scripts: "mrpt_xxx()"
15
14
find_package (mrpt_common REQUIRED)
@@ -19,10 +18,9 @@ find_package(mrpt_typemeta REQUIRED)
19
18
# define lib:
20
19
set (LIB_SRCS
21
20
src/CListOfClasses.cpp
22
- src/rtti_unittest.cpp
23
21
src/CObject.cpp
24
- src/rtti-precomp.cpp
25
22
src/internal_class_registry.cpp
23
+ src/rtti_unittest.cpp
26
24
)
27
25
28
26
set (LIB_PUBLIC_HDRS
@@ -42,4 +40,3 @@ mrpt_add_library(
42
40
mrpt_core
43
41
mrpt_typemeta
44
42
)
45
-
Original file line number Diff line number Diff line change 7
7
| Released under BSD License. See: https://www.mrpt.org/License |
8
8
+------------------------------------------------------------------------+ */
9
9
10
- #include " rtti-precomp.h" // Precompiled headers
11
- //
12
10
#include < mrpt/rtti/CListOfClasses.h>
13
11
14
12
#include < algorithm>
Original file line number Diff line number Diff line change 7
7
| Released under BSD License. See: https://www.mrpt.org/License |
8
8
+------------------------------------------------------------------------+ */
9
9
10
- #include " rtti-precomp.h" // Precompiled headers
11
- //
12
10
#include < mrpt/rtti/CObject.h>
13
11
14
12
#include < cstdio>
Original file line number Diff line number Diff line change 7
7
| Released under BSD License. See: https://www.mrpt.org/License |
8
8
+------------------------------------------------------------------------+ */
9
9
10
- #include " rtti-precomp .h" // Precompiled headers
11
- //
10
+ #include " internal_class_registry .h"
11
+
12
12
#include < mrpt/rtti/CObject.h>
13
13
14
14
#include < cstdarg>
15
15
#include < iostream>
16
16
#include < map>
17
17
#include < shared_mutex>
18
18
19
- #include " internal_class_registry.h"
20
-
21
19
using namespace mrpt ::rtti;
22
20
23
21
/* ---------------------------------------------------------------
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments