5 lines
134 B
CMake
5 lines
134 B
CMake
|
|
add_executable(arena_allocator_test test_arena.c ../src/arena.c)
|
|
|
|
target_include_directories(arena_allocator_test PUBLIC ../include)
|