set(show_monoformat_SOURCES
    main.cpp
)

add_executable(show_monoformat ${show_monoformat_SOURCES})
target_link_libraries(show_monoformat monoformat)
