mirror of
https://github.com/Hizenberg469/OTP-rfc4226-rfc6238-rfc4648.git
synced 2026-04-19 18:02:23 +03:00
Posix Timer Implemented
This commit is contained in:
@@ -4,5 +4,12 @@ add_executable(${OTP_EXE}
|
||||
target_include_directories(${OTP_EXE} PUBLIC
|
||||
${HEADER_DIRS})
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
find_library(POSIX_TIMER_LIBRARY rt)
|
||||
|
||||
message(${POSIX_TIMER_LIBRARY})
|
||||
|
||||
target_link_libraries(${OTP_EXE} PUBLIC
|
||||
${OTP_LIBRARY})
|
||||
${OTP_LIBRARY}
|
||||
${POSIX_TIMER_LIBRARY}
|
||||
Threads::Threads)
|
||||
Reference in New Issue
Block a user