cmake: merge librw_skeleton_imgui in librw_skeleton
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user