first
This commit is contained in:
commit
db1adbb838
35 changed files with 4408 additions and 0 deletions
9
cmake/archeus_std-config.cmake.in
Normal file
9
cmake/archeus_std-config.cmake.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@_Exports.cmake")
|
||||
|
||||
set_and_check(ARCHEUS_STD_INCLUDE_DIRS "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
||||
set_and_check(ARCHEUS_STD_LINK_DIRS "@PACKAGE_LIBRARY_INSTALL_BIN@")
|
||||
set(ARCHEUS_STD_LIBRARIES "@PROJECT_NAME@")
|
||||
|
||||
check_required_components("@PROJECT_NAME@")
|
||||
Loading…
Add table
Add a link
Reference in a new issue