Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3bd13be1 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add an alias for external use

parent 8fe7cbb1
No related branches found
No related tags found
1 merge request!254Fully integrate H-Mat support with HMat-OSS and test_FEMBEM
......@@ -289,6 +289,8 @@ set(CHAMELEON_SOURCES_TARGETS "${CHAMELEON_SOURCES_TARGETS};chameleon_sources" C
# Compile step
# ------------
add_library(chameleon ${CHAMELEON_SRCS} ${CHAMELEON_SRCSF})
add_library(CHAMELEON::chameleon ALIAS chameleon)
set_target_properties(chameleon PROPERTIES VERSION ${CHAMELEON_VERSION})
set_target_properties(chameleon PROPERTIES SOVERSION ${CHAMELEON_VERSION_MAJOR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment