Implementation finished

This commit is contained in:
2024-05-15 23:38:13 +05:30
parent 13c94b0908
commit 3f76635057
4 changed files with 469 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_C_EXTENSIONS OFF)
set(MLD_LIB libmld)
set(MLD_LIB mld)
set(TEST_APP test_app)
set(HEADER_DIR ${CMAKE_SOURCE_DIR}/include)