Link against mstch
This commit is contained in:
parent
d17dc608dc
commit
90e7427c4b
|
@ -9,6 +9,7 @@ add_executable(Lexesis
|
|||
inputparser.cpp
|
||||
template.cpp
|
||||
)
|
||||
target_link_libraries(Lexesis mstch::mstch)
|
||||
|
||||
install(TARGETS Lexesis
|
||||
RUNTIME DESTINATION bin
|
||||
|
|
Loading…
Reference in New Issue