diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e36d059..208d3a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,5 +17,5 @@ add_executable(Lexesis target_link_libraries(Lexesis Lexesis-backends mstch::mstch docopt) install(TARGETS Lexesis - DESTINATION man + RUNTIME DESTINATION bin )