
cmake_minimum_required(VERSION 3.8.0)
project(neon_test)

add_library(neon_test STATIC neon_test.cpp )

