add_executable(hmm-train hmm_train.cpp)
target_link_libraries(hmm-train meta-hmm cpptoml)
