From 90e7427c4bdc766e4e6fe700179b86aaae7cf23a Mon Sep 17 00:00:00 2001 From: Robin Jadoul Date: Wed, 25 May 2016 17:23:48 +0200 Subject: [PATCH] Link against mstch --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 49788ef..0eda0a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,7 @@ add_executable(Lexesis inputparser.cpp template.cpp ) +target_link_libraries(Lexesis mstch::mstch) install(TARGETS Lexesis RUNTIME DESTINATION bin