Link against mstch

This commit is contained in:
Robin Jadoul 2016-05-25 17:23:48 +02:00
parent d17dc608dc
commit 90e7427c4b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ add_executable(Lexesis
inputparser.cpp inputparser.cpp
template.cpp template.cpp
) )
target_link_libraries(Lexesis mstch::mstch)
install(TARGETS Lexesis install(TARGETS Lexesis
RUNTIME DESTINATION bin RUNTIME DESTINATION bin