Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 283 Bytes

xcom

A component system for C++ highly inspired by COM.

Uses C++ templates.

See xcomidl project for IDL compiler.

To build:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/installprefix ..
make install

This will compile and install to installprefix directory.