mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-08 13:14:57 +00:00
Link rt for AIO on Linux
This commit is contained in:
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user