libragephoto 0.5.0 release

- CMakeLists.txt: add missing RagePhotoA for C API builds
- updated README.md
This commit is contained in:
Syping 2023-06-11 22:41:55 +02:00
parent 12507be85d
commit 6fdc075741
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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