install cmake too

This commit is contained in:
Nishi 2025-12-29 10:43:59 +09:00
commit c4067ba420
Signed by: nishi
GPG key ID: 27EF69B208EB9343

10
CMakeLists.txt Normal file
View file

@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.25)
project(
mdebase
)
include(GNUInstallDirs)
install(
DIRECTORY cmake/
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/mde
)