add_executable(dmf-studio-engine
    src/main.cpp
)

target_link_libraries(dmf-studio-engine PRIVATE dmf-engine)
