File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14 )
22
33project (frequency
4- VERSION 1.0 .0
4+ VERSION 1.1 .0
55 DESCRIPTION "Type-safe frequency handling library modeled after std::chrono"
66 HOMEPAGE_URL "https://github.com/cleishm/frequency-cpp"
77 LANGUAGES CXX
88)
99
10+ # ESP-IDF component support
11+ if (ESP_PLATFORM)
12+ idf_component_register (INCLUDE_DIRS "include" )
13+ return ()
14+ endif ()
15+
1016option (FREQUENCY_BUILD_TESTS "Build tests" ${frequency_IS_TOP_LEVEL} )
1117
1218set (CMAKE_CXX_EXTENSIONS OFF )
Original file line number Diff line number Diff line change 1+ version : " 1.1.0"
2+ description : " Type-safe frequency handling library modeled after std::chrono"
3+ url : " https://github.com/cleishm/frequency-cpp"
4+ repository : " https://github.com/cleishm/frequency-cpp.git"
5+ license : " MIT"
6+ targets :
7+ - esp32
8+ - esp32s2
9+ - esp32s3
10+ - esp32c3
11+ - esp32c6
12+ - esp32h2
You can’t perform that action at this time.
0 commit comments