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:
parent
57f37bf88a
commit
a5a501f6fe
7 changed files with 232 additions and 188 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue