diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-10-03 17:58:02 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-10-04 16:02:32 +0200 |
commit | 9cffedba0dfcf845c34901051d24a4b967ec824d (patch) | |
tree | fb648b8c7056cd7f46e0c14589f12c5a857df150 /compat/CMakeLists.txt | |
parent | b5bd40e1e68b739307e20e19d2164c5b370846df (diff) |
Move to CYNAGORA
Rename everything to match the new name of cynagora
Change-Id: I7e529def486ca5721164b338d2c615996fbc6ca4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'compat/CMakeLists.txt')
-rw-r--r-- | compat/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/CMakeLists.txt b/compat/CMakeLists.txt index 02af4a1..b91f84b 100644 --- a/compat/CMakeLists.txt +++ b/compat/CMakeLists.txt @@ -16,6 +16,9 @@ # limitations under the License. ########################################################################### +set(CYNARA_VERSION ${CYNAGORA_VERSION}) +set(CYNARA_SOVERSION ${CYNAGORA_SOVERSION}) + add_subdirectory(src) add_subdirectory(include) add_subdirectory(pkgconfig) |