libmodule
libmodule copied to clipboard
C simple and elegant implementation of an actor library
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/