mdecmake/CMakeLists.txt
2025-12-29 10:43:59 +09:00

10 lines
163 B
CMake

cmake_minimum_required(VERSION 3.25)
project(
mdebase
)
include(GNUInstallDirs)
install(
DIRECTORY cmake/
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/mde
)