libragephoto 0.5.0 release
- CMakeLists.txt: add missing RagePhotoA for C API builds - updated README.md
This commit is contained in:
parent
12507be85d
commit
6fdc075741
2 changed files with 3 additions and 1 deletions
|
@ -86,6 +86,8 @@ else()
|
||||||
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_C)
|
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_C)
|
||||||
list(APPEND RAGEPHOTO_HEADERS
|
list(APPEND RAGEPHOTO_HEADERS
|
||||||
src/RagePhoto.h
|
src/RagePhoto.h
|
||||||
|
src/RagePhotoA
|
||||||
|
src/RagePhotoA.hpp
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_ONLY)
|
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_CXX_ONLY)
|
||||||
|
|
|
@ -28,7 +28,7 @@ sudo cmake --install libragephoto-build
|
||||||
|
|
||||||
#### RagePhoto API
|
#### 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)
|
[RagePhoto C++ API](https://libragephoto.syping.de/doc/classRagePhoto.html)
|
||||||
|
|
||||||
#### libragephoto Documentation
|
#### libragephoto Documentation
|
||||||
|
|
Loading…
Reference in a new issue