File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE pthread)
98
98
set_target_properties (${PROJECT_NAME} PROPERTIES CXX_STANDARD 14 )
99
99
set_target_properties (${PROJECT_NAME} PROPERTIES CXX_STANDARD_REQUIRED ON )
100
100
set_target_properties (${PROJECT_NAME} PROPERTIES CXX_EXTENSIONS OFF )
101
+ set_target_properties (${PROJECT_NAME} PROPERTIES EXPORT_NAME Trantor )
101
102
102
103
if (MAKETEST STREQUAL YES )
103
104
add_subdirectory (trantor/tests )
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.0.0-rc6] - 2019-10-4
7
+
8
+ ### API change list
9
+
10
+ - Add index() interface to the EventLoop class.
11
+
12
+ ### Changed
13
+
14
+ - Fix some compilation warnings.
15
+
16
+ - Modify the CMakeLists.txt
17
+
6
18
## [ 1.0.0-rc5] - 2019-08-24
7
19
8
20
### API change list
@@ -55,7 +67,9 @@ All notable changes to this project will be documented in this file.
55
67
56
68
## [ 1.0.0-rc1] - 2019-06-11
57
69
58
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc5...HEAD
70
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc6...HEAD
71
+
72
+ [ 1.0.0-rc6 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc5...v1.0.0-rc6
59
73
60
74
[ 1.0.0-rc5 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc4...v1.0.0-rc5
61
75
Original file line number Diff line number Diff line change 14
14
get_filename_component (TRANTOR_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
15
15
if (NOT TARGET Trantor::Trantor )
16
16
include ("${TRANTOR_CMAKE_DIR} /TrantorTargets.cmake" )
17
- set_target_properties (Trantor::trantor PROPERTIES IMPORTED_GLOBAL TRUE )
18
- add_library (Trantor::Trantor ALIAS Trantor::trantor )
19
17
endif ()
20
18
21
19
set (TRANTOR_FOUND TRUE )
You can’t perform that action at this time.
0 commit comments