diff options
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) |