Skip to content
Snippets Groups Projects
Select Git revision
  • 763233b31cc91cef4128547a472561b879f86200
  • main default protected
2 results

hello.c

Blame
  • CMakeLists.txt 180 B
    #[[
    A command line testing program for tempo metadata in files
    ]]
    
    add_executable(riff-test-util
       RiffTestUtil.cpp
    )
    
    target_link_libraries(riff-test-util
       lib-import-export
    )