mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-05-13 02:41:20 +00:00
Fix linux build
This commit is contained in:
parent
a4045a7764
commit
0c012a3776
@ -2,5 +2,10 @@
|
|||||||
add_executable(cardtest
|
add_executable(cardtest
|
||||||
main.cpp)
|
main.cpp)
|
||||||
|
|
||||||
|
set(PLAT_LIBS)
|
||||||
|
if (UNIX AND NOT APPLE)
|
||||||
|
list(APPEND PLAT_LIBS rt)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(cardtest
|
target_link_libraries(cardtest
|
||||||
kabufuda)
|
kabufuda ${PLAT_LIBS})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user