libmodule icon indicating copy to clipboard operation
libmodule copied to clipboard

C simple and elegant implementation of an actor library

Results 5 libmodule issues
Sort by recently updated
recently updated
newest added

As per title: `Extra/libmodule.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS in particular. See...

Lots of API breaking changes, new features, bugfixes and more. See TODO file. Still missing: - [ ] Rewrite doc - [ ] Port Clight and Clightd to new API...

Signed-off-by: Federico Di Pierro ---- :books: Documentation preview :books:: https://libmodule--19.org.readthedocs.build/en/19/

``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that...

With this minimum changes I was able to compile and use libmodule ---- πŸ“š Documentation preview πŸ“š: https://libmodule--21.org.readthedocs.build/en/21/