libragephoto: add ragephoto_getphotosigns function
- rename libragephoto.py to libragephoto_loader.py - enforce set CXX standard for WASM build
This commit is contained in:
parent
1b7c95e735
commit
dd60f8d0b7
8 changed files with 53 additions and 18 deletions
|
@ -210,7 +210,7 @@ if (RAGEPHOTO_PYTHON)
|
|||
# Python Package Source files + Target
|
||||
set(PYRAGEPHOTO_SOURCES
|
||||
"src/python/__init__.py"
|
||||
"src/python/libragephoto.py"
|
||||
"src/python/libragephoto_loader.py"
|
||||
"src/python/ragephoto.py"
|
||||
)
|
||||
add_custom_target(pyragephoto SOURCES ${PYRAGEPHOTO_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue