You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
496 B
13 lines
496 B
# just install the modules
|
|
# new file added, force rerunning cmake
|
|
|
|
SUBDIRS(Platform)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cpp$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cxx$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.in$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.c$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.h$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.F90$)
|
|
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules readme\\.txt$)
|