2021-03-23 17:00:09 +09:00
|
|
|
add_executable(ska2anm
|
|
|
|
ska2anm.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ska2anm
|
|
|
|
PUBLIC
|
2021-06-22 22:51:20 +02:00
|
|
|
librw::librw
|
2021-03-23 17:00:09 +09:00
|
|
|
)
|
2021-06-22 19:47:36 +02:00
|
|
|
|
2021-06-22 22:51:20 +02:00
|
|
|
librw_platform_target(ska2anm INSTALL)
|
|
|
|
|
|
|
|
if(LIBRW_INSTALL)
|
|
|
|
install(TARGETS ska2anm
|
|
|
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
|
|
)
|
|
|
|
endif()
|