From 6fdc0757410c185a71c6f1981638e5b65875fe4c Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 11 Jun 2023 22:41:55 +0200 Subject: [PATCH] libragephoto 0.5.0 release - CMakeLists.txt: add missing RagePhotoA for C API builds - updated README.md --- CMakeLists.txt | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdae2bc..8a9c9f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,8 @@ else() set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_C) list(APPEND RAGEPHOTO_HEADERS src/RagePhoto.h + src/RagePhotoA + src/RagePhotoA.hpp ) else() set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_ONLY) diff --git a/README.md b/README.md index 52132da..99a4995 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ sudo cmake --install libragephoto-build #### RagePhoto API -[RagePhoto C API](https://libragephoto.syping.de/doc/RagePhotoC_8h.html) +[RagePhoto C API](https://libragephoto.syping.de/doc/RagePhoto_8h.html) [RagePhoto C++ API](https://libragephoto.syping.de/doc/classRagePhoto.html) #### libragephoto Documentation