Fix stupid mistake in CMake install rule
This commit is contained in:
parent
ff8af2a5a3
commit
399a123bef
|
@ -17,5 +17,5 @@ add_executable(Lexesis
|
||||||
target_link_libraries(Lexesis Lexesis-backends mstch::mstch docopt)
|
target_link_libraries(Lexesis Lexesis-backends mstch::mstch docopt)
|
||||||
|
|
||||||
install(TARGETS Lexesis
|
install(TARGETS Lexesis
|
||||||
DESTINATION man
|
RUNTIME DESTINATION bin
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue