mirror of
https://github.com/encounter/aurora.git
synced 2025-07-05 12:46:00 +00:00
Fix linux build
This commit is contained in:
parent
124d2edfbf
commit
2934952af0
@ -2,5 +2,10 @@
|
||||
add_executable(cardtest
|
||||
main.cpp)
|
||||
|
||||
set(PLAT_LIBS)
|
||||
if (UNIX AND NOT APPLE)
|
||||
list(APPEND PLAT_LIBS rt)
|
||||
endif()
|
||||
|
||||
target_link_libraries(cardtest
|
||||
kabufuda)
|
||||
kabufuda ${PLAT_LIBS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user