WebAssembly CMake support and other changes

RagePhoto-Extract: removed unnecessary includes
Windows RagePhoto-Extract: included Windows resource file

RagePhotoA: include iostream to fix undefined std::

RagePhoto: seperate C and CXX exports to export only C functions with
WebAssembly
Windows RagePhoto: changed Windows resource file language to 0x0

Doxyfile: change PROJECT_VERSION variable to ragephoto_VERSION variable
This commit is contained in:
Syping 2021-11-16 06:20:20 +01:00
parent 44d67fa78f
commit c6566c8f17
11 changed files with 134 additions and 51 deletions

View file

@ -1,5 +1,5 @@
PROJECT_NAME = "libragephoto"
PROJECT_NUMBER = "Version: @PROJECT_VERSION@"
PROJECT_NUMBER = "Version: @ragephoto_VERSION@"
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/index.doc" \
"src"
OUTPUT_DIRECTORY = "@CMAKE_CURRENT_BINARY_DIR@"