mirror of
https://github.com/aap/librw.git
synced 2024-11-26 13:45:42 +00:00
9 lines
99 B
CMake
9 lines
99 B
CMake
|
add_executable(ska2anm
|
||
|
ska2anm.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(ska2anm
|
||
|
PUBLIC
|
||
|
librw
|
||
|
)
|