feat: add cmake config for building and installing
All checks were successful
CI / build (push) Successful in 13s
All checks were successful
CI / build (push) Successful in 13s
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
8
tests/CMakeLists.txt
Normal file
8
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
add_subdirectory(unity)
|
||||
|
||||
add_executable(test_vector test_vector.c)
|
||||
target_link_libraries(test_vector PRIVATE curtle Unity)
|
||||
|
||||
add_test(NAME vector_test COMMAND test_vector)
|
||||
Reference in New Issue
Block a user