Commit graph

6 commits

Author SHA1 Message Date
Simon Bruder a4e9c4abda Licence under GPL v3 or later 2023-05-09 23:25:04 +02:00
Simon Bruder fd230375ee u01: Allow both static and dynamic linking
This uses CMake’s BUILD_SHARED_LIBS variable, which by default is set to
OFF. To build the shared library and link the binaries against it, you
can set it to ON.
2023-05-09 23:25:03 +02:00
Simon Bruder abb6291c56 u01: Change project name
The task requires this.
2023-05-09 23:24:22 +02:00
Simon Bruder 47e5d9c522 u01: Change name of library
The task requires this name.
2023-05-09 23:24:18 +02:00
Simon Bruder 18efa58df8 u01: Add note to CMakeLists about library type 2023-04-22 14:34:37 +02:00
Simon Bruder 48cfafc9a3 u01: Init 2023-04-22 13:47:40 +02:00