1 cmake_minimum_required ( VERSION 3.4.3 ) 2 project ( find ) 3 4 install ( 5 FILES find.lua 6 DESTINATION "${IPS_OPTION_INSTALL_PATH}" 7 )