Mercurial > vec
view test/CMakeLists.txt @ 24:e49e70f7012f
impl/x86: add static assertions for alignment and size
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 24 Nov 2024 03:32:53 -0500 |
parents | e26874655738 |
children | 92156fe32755 |
line wrap: on
line source
cmake_minimum_required(VERSION 3.23) project(vec-tests) # add main vec directory add_subdirectory(.. vec) add_executable(vec-tests test.c) target_link_libraries(vec-tests vec)