Phase 1 and Phase2 implemented

This commit is contained in:
2024-05-14 20:58:31 +05:30
commit 13c94b0908
8 changed files with 520 additions and 0 deletions

10
app/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
set(TESTING_APP "app.c")
add_executable(${TEST_APP}
${TESTING_APP})
target_include_directories(${TEST_APP} PUBLIC
${HEADER_DIR})
target_link_libraries(${TEST_APP} PUBLIC
${MLD_LIB})