v0.16.0
Loading...
Searching...
No Matches
InstalledAddModule.cmake
Go to the documentation of this file.
1# Copyright (c) 2025 Authors under the MIT License.
2# See LICENSE.md for details.
3# SPDX-License-Identifier: MIT
4
5# Check module version
6check_mofem_version(0 8 14)
7
8add_subdirectory(
9 ${MODULE_DIRECTORY}
10 ${PROJECT_BINARY_DIR}/users_modules/${MODULE_NAME}
11)