Split the lib in smaller libs to ease unit tests

This commit is contained in:
emeric
2020-02-13 18:04:35 +01:00
parent 1e2c1caeed
commit 15e53caa2d
131 changed files with 382 additions and 138 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
add_compile_options(-Wall -Wextra -pedantic -Werror)
SUBDIRS(liblms lms)
add_subdirectory(libs)
add_subdirectory(lms)