Go to file
Gioacchino Mazzurco 2bb2a5e2f5 Initial CMake support for libretroshare
libretroshare (not all build options yet) and it's dependencies can now
  be built using CMake instead of qmake.
Even Qt itself deprecated qmake, which is not developed anymore, as
  build system and it was making many things much more difficult
  and requiring an enormous amount of black magic to support a wide
  range of platforms.
libretroshare can now easly be build as static or shared library with
  simple commands and a maintaniable build system:
```
cmake \
	-D RS_LIBRETROSHARE_STATIC=OFF -D RS_LIBRETROSHARE_SHARED=ON \
	-S $YOUR_RS_SOURCE_DIR/libretroshare/ -B .
make
```
2021-12-09 13:04:06 +01:00
.reuse Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
LICENSES Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
src Update bdboot.txt 2021-01-05 21:46:42 +01:00
CMakeLists.txt Initial CMake support for libretroshare 2021-12-09 13:04:06 +01:00
COPYING Add COPYING 2020-04-01 16:35:22 +02:00