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)
9898set_target_properties (${PROJECT_NAME} PROPERTIES CXX_STANDARD 14)
9999set_target_properties (${PROJECT_NAME} PROPERTIES CXX_STANDARD_REQUIRED ON )
100100set_target_properties (${PROJECT_NAME} PROPERTIES CXX_EXTENSIONS OFF )
101+ set_target_properties (${PROJECT_NAME} PROPERTIES EXPORT_NAME Trantor)
101102
102103if (MAKETEST STREQUAL YES )
103104 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.
33
44## [ Unreleased]
55
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+
618## [ 1.0.0-rc5] - 2019-08-24
719
820### API change list
@@ -55,7 +67,9 @@ All notable changes to this project will be documented in this file.
5567
5668## [ 1.0.0-rc1] - 2019-06-11
5769
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
5973
6074[ 1.0.0-rc5 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc4...v1.0.0-rc5
6175
Original file line number Diff line number Diff line change 1414get_filename_component (TRANTOR_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
1515if (NOT TARGET Trantor::Trantor)
1616 include ("${TRANTOR_CMAKE_DIR} /TrantorTargets.cmake" )
17- set_target_properties (Trantor::trantor PROPERTIES IMPORTED_GLOBAL TRUE )
18- add_library (Trantor::Trantor ALIAS Trantor::trantor)
1917endif ()
2018
2119set (TRANTOR_FOUND TRUE )
You can’t perform that action at this time.
0 commit comments