Mercurial > vec
view test/CMakeLists.txt @ 29:e59c91d050c0
*: add aligned malloc stuff :)
| author | Paper <paper@tflc.us> | 
|---|---|
| date | Thu, 24 Apr 2025 17:12:05 -0400 | 
| parents | 92156fe32755 | 
| children | 8b5e0974fd41 | 
line wrap: on
 line source
cmake_minimum_required(VERSION 3.23) project(vec-tests LANGUAGES C) # add main vec directory add_subdirectory(.. vec) add_executable(vec-tests test.c) target_link_libraries(vec-tests vec m)
