mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-14 01:36:21 -04:00
5 lines
85 B
CMake
5 lines
85 B
CMake
INCLUDE(BashCompletion)
|
|
IF(COMMAND BASHCOMP_INSTALL)
|
|
BASHCOMP_INSTALL(lmms)
|
|
ENDIF()
|