Xplatcppwindowsdll - Updated ((install))

The function signature for add_xplatcpp_dll has changed to xplatcpp_windows_dll . Here’s a migration diff:

xplat_project/ ├── CMakeLists.txt # Root CMake configuration ├── include/ # Public headers for clients │ └── xplat_core.h # Unified C-interface header ├── src/ # Source files │ ├── xplat_core.cpp # Implements the C-interface │ └── internal/ # Core cross-platform logic │ ├── core_engine.cpp │ └── core_engine.hpp └── tests/ # Cross-platform unit tests └── test_main.cpp Use code with caution. 3. Modern CMake Configuration xplatcppwindowsdll updated

The update adds native integration with Windows . You can now annotate your cross-platform CMakeLists.txt with version ranges: The function signature for add_xplatcpp_dll has changed to