mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-06-04 21:54:28 +00:00
Link rt for AIO on Linux
This commit is contained in:
parent
b63f7c6401
commit
4ee594d0fd
@ -53,6 +53,9 @@ else()
|
||||
target_sources(kabufuda PRIVATE
|
||||
lib/kabufuda/AsyncIOPosix.cpp
|
||||
)
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(kabufuda PUBLIC rt)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_include_directories(kabufuda PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user