cmake(js): update js targets
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Mon, 30 Nov 2020 03:41:21 +0000 (03:41 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 3 Dec 2020 14:18:54 +0000 (14:18 +0000)
commit7e5c4fe1cdb597272e757cde435f2b56d39d1d1d
treead50b1a65cc2a2cd3a8c72ad67bce349bf0fef53
parentb31ce408ae088e13cfbf7b3306d21a6d14c01205
cmake(js): update js targets

- unconditional js bindings source code generation
- use common name for tests: opencv_test_js
cmake/platforms/OpenCV-Emscripten.cmake [new file with mode: 0644]
modules/js/CMakeLists.txt
modules/js/common.cmake [new file with mode: 0644]
modules/js/generator/CMakeLists.txt [new file with mode: 0644]
modules/js/generator/embindgen.py [moved from modules/js/src/embindgen.py with 99% similarity]
modules/js/generator/templates.py [moved from modules/js/src/templates.py with 100% similarity]
modules/js/src/core_bindings.cpp
platforms/js/build_js.py