cmake: merge librw_skeleton_imgui in librw_skeleton

This commit is contained in:
Anonymous Maarten
2021-06-22 22:51:20 +02:00
parent 4a88067d68
commit 60588b7192
15 changed files with 124 additions and 120 deletions

View File

@ -4,7 +4,13 @@ add_executable(ska2anm
target_link_libraries(ska2anm
PUBLIC
librw
librw::librw
)
librw_platform_target(ska2anm)
librw_platform_target(ska2anm INSTALL)
if(LIBRW_INSTALL)
install(TARGETS ska2anm
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
endif()