Разерен README.md Добавлена memtest.spec исплавлена CMakeLists.txt

This commit is contained in:
romenskiy 2025-08-04 19:29:48 +03:00
parent a79187624a
commit f2530d93e5
3 changed files with 53 additions and 0 deletions

View file

@ -4,4 +4,6 @@ project(memtest LANGUAGES C)
add_executable(memtest main.c cJSON/cJSON.c)
target_link_libraries(memtest pthread)
install(TARGETS memtest RUNTIME DESTINATION bin)