mirror of https://github.com/AxioDL/kabufuda.git
7 lines
81 B
CMake
7 lines
81 B
CMake
|
|
||
|
add_executable(cardtest
|
||
|
main.cpp)
|
||
|
|
||
|
target_link_libraries(cardtest
|
||
|
card)
|