libragephoto: C++ headers have now .hpp extension

RagePhoto.h -> RagePhoto.hpp
RagePhotoA.h -> RagePhotoA.hpp
RagePhotoC.h -> RagePhoto.h

unicode.cmake: exclude codecvt for C builds
GitHub Actions: separate C and CXX builds
This commit is contained in:
Syping 2023-06-07 06:57:23 +02:00
parent 6acf7b7338
commit b838c505a4
21 changed files with 601 additions and 510 deletions

View file

@ -16,7 +16,7 @@
* responsible for anything with use of the software, you are self responsible.
*****************************************************************************/
#include <RagePhoto.h>
#include <RagePhoto>
#include <gtkmm/application.h>
#include <gtkmm/box.h>
#include <gtkmm/button.h>