A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

sansapatcher: Add cmake target to build executable.

Change-Id: Idff5674acb5347643c8a26ef64506f892445977e

+7
+7
utils/CMakeLists.txt
··· 104 104 target_compile_definitions(ipodpatcher PUBLIC RBUTIL _LARGEFILE64_SOURCE) 105 105 target_include_directories(ipodpatcher PUBLIC ${CMAKE_CURRENT_LIST_DIR}/ipodpatcher) 106 106 107 + add_executable(sansapatcher-bin 108 + sansapatcher/main.c 109 + ) 110 + target_link_libraries(sansapatcher-bin sansapatcher) 111 + target_compile_definitions(sansapatcher-bin PRIVATE VERSION="none") 112 + set_target_properties(sansapatcher-bin PROPERTIES OUTPUT_NAME sansapatcher) 113 + 107 114 add_library(sansapatcher 108 115 sansapatcher/parttypes.h 109 116 sansapatcher/sansaio.h