wasm-micro-runtime/product-mini/platforms
peter-tatrai f2ef9ee62e
Cmake improvements (#4076)
- Utilizes the standard CMake variable BUILD_SHARED_LIBS to simplify the CMake configuration.
- Allows the use of a single library definition for both static and
  shared library cases, improving maintainability and readability of the CMake configuration.
- Install vmlib public header files
- Installs the public header files for the vmlib target to the include/iwasm directory.
- Install cmake package
- Adds the necessary CMake configuration files (iwasmConfig.cmake and iwasmConfigVersion.cmake).
- Configures the installation of these files to the appropriate directory (lib/cmake/iwasm).
- Ensures compatibility with the same major version.
- Improve windows product-mini CMakeLists.txt
- Fix missing symbols when linking windows product-mini with shared vmlib
- Improve Darwin product-mini CMakeLists.txt

---------

Signed-off-by: Peter Tatrai <peter.tatrai.ext@siemens.com>
2025-02-21 15:29:49 +08:00
..
alios-things [refactoring] Extract read leb to a separate file, share the code between loader and mini loader (#3701) 2024-08-14 08:46:24 +08:00
android Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
common Show wasm proposals status during compilation and execution (#3989) 2025-02-05 15:28:26 +08:00
cosmopolitan Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
darwin Cmake improvements (#4076) 2025-02-21 15:29:49 +08:00
esp-idf Update esp-idf platform support in main (#3304) 2024-04-11 19:46:34 +08:00
freebsd Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
ios Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
linux Cmake improvements (#4076) 2025-02-21 15:29:49 +08:00
linux-sgx Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
nuttx Support dynamic aot debug (#3788) 2024-09-18 11:02:10 +08:00
posix Show wasm proposals status during compilation and execution (#3989) 2025-02-05 15:28:26 +08:00
riot Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
rt-thread Refactor SConscript and add file checks in iwasm.c (#3945) 2024-12-06 14:54:37 +08:00
vxworks Add versioning information for libraries and executables across multiple platforms 2025-02-05 10:31:20 +00:00
windows Cmake improvements (#4076) 2025-02-21 15:29:49 +08:00
zephyr Add an example of how to embed WAMR in Zephyr user mode (#3998) 2025-01-05 15:34:17 +08:00