mirror of
https://github.com/aap/librw.git
synced 2024-11-29 23:25:43 +00:00
9 lines
99 B
CMake
9 lines
99 B
CMake
add_executable(ska2anm
|
|
ska2anm.cpp
|
|
)
|
|
|
|
target_link_libraries(ska2anm
|
|
PUBLIC
|
|
librw
|
|
)
|