install cmake too
This commit is contained in:
parent
2d25953cd3
commit
c4067ba420
1 changed files with 10 additions and 0 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(
|
||||
mdebase
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(
|
||||
DIRECTORY cmake/
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/mde
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue