Commit Graph

8 Commits (ec7fe4ea6d4dfbfaf18044e920b33c59ab6c2f22)

Author SHA1 Message Date
Simon Bruder ec7fe4ea6d CMake: Enable warnings
Not every exercise has the same levels,
but they now have at least some warnings.
2023-05-20 12:30:16 +02:00
Simon Bruder c263958d3b CMake: Disable compiler specific extensions 2023-05-20 10:49:52 +02:00
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