1add_executable(test_seeking 2 main.c 3 $<$<BOOL:${WIN32}>:../../include/share/win_utf8_io.h> 4 $<$<BOOL:${WIN32}>:../share/win_utf8_io/win_utf8_io.c>) 5target_link_libraries(test_seeking FLAC) 6
1add_executable(test_seeking 2 main.c 3 $<$<BOOL:${WIN32}>:../../include/share/win_utf8_io.h> 4 $<$<BOOL:${WIN32}>:../share/win_utf8_io/win_utf8_io.c>) 5target_link_libraries(test_seeking FLAC) 6