Skip to content

Commit ba6f7cb

Browse files
authored
Merge pull request bemanproject#121 from chayden83/config-file-package
Add Basic CMake Config File Package Creation and Installation
2 parents 2e84093 + 9bed1b5 commit ba6f7cb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set(BEMAN_EXEMPLAR_VERSION @PROJECT_VERSION@)
2+
3+
@PACKAGE_INIT@
4+
5+
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake)
6+
7+
check_required_components(@PROJECT_NAME@)

0 commit comments

Comments
 (0)