C API and .gitattributes improvements

C API: separate C++ and C Header files
.gitattributes: use cp1252 as encoding for .rc.in files
This commit is contained in:
Syping 2021-11-13 04:41:01 +01:00
parent 57f37bf88a
commit a5a501f6fe
7 changed files with 232 additions and 188 deletions

View file

@ -59,6 +59,7 @@ if (WITH_C_API)
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_C_API)
list(APPEND RAGEPHOTO_HEADERS
src/RagePhotoA.h
src/RagePhotoC.h
)
else()
set(LIBRAGEPHOTO_API LIBRAGEPHOTO_C_NOAPI)