cmake_minimum_required ( VERSION 3.5 )
project ( find )

install (
    FILES find.lua
    DESTINATION "${IPS_OPTION_INSTALL_PATH}"
)
