We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d02e commit 5b8c773Copy full SHA for 5b8c773
src/libraries/chrono/include/CMakeLists.txt
@@ -3,3 +3,7 @@ cmake_minimum_required(VERSION 3.23)
3
target_sources(m_chrono PUBLIC FILE_SET HEADERS FILES
4
m/chrono/chrono.h
5
)
6
+
7
+add_subdirectory(Platforms)
8
9
+set(m_installation_targets ${m_installation_targets} PARENT_SCOPE)
src/libraries/chrono/include/Platforms/Windows/CMakeLists.txt
@@ -3,3 +3,5 @@ cmake_minimum_required(VERSION 3.23)
m/chrono/windows_chrono_casts.h
0 commit comments