Разерен README.md Добавлена memtest.spec исплавлена CMakeLists.txt
This commit is contained in:
parent
a79187624a
commit
f2530d93e5
3 changed files with 53 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue