Create CMakeLists.txt

Add build script.
pull/2/head
李二狗 4 years ago committed by GitHub
parent 8e5fdf14ca
commit 7bfce0e661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.5)
project(cursor-theme)
install(DIRECTORY cutefish-light DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons)
install(DIRECTORY cutefish-dark DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons)
Loading…
Cancel
Save