Commit 21004b99 authored by Joseph Noir's avatar Joseph Noir

Add chrono.cpp files for riot build

parent 352e0dcf
...@@ -86,9 +86,10 @@ set (LIBCAF_CORE_SRCS ...@@ -86,9 +86,10 @@ set (LIBCAF_CORE_SRCS
if (CAF_FOR_RIOT) if (CAF_FOR_RIOT)
set (LIBCAF_CORE_SRCS set (LIBCAF_CORE_SRCS
src/thread.cpp src/chrono.cpp
src/mutex.cpp
src/condition_variable.cpp src/condition_variable.cpp
src/mutex.cpp
src/thread.cpp
${LIBCAF_CORE_SRCS}) ${LIBCAF_CORE_SRCS})
endif() endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment