6 lines
126 B
CMake
6 lines
126 B
CMake
link_libraries(ht)
|
|
add_compile_options(-Wall -Wpedantic)
|
|
|
|
add_executable(test_ht test_ht.c)
|
|
add_test(NAME ht COMMAND test_ht)
|