cmake_minimum_required(VERSION 3.0) project (cgltf-test) add_executable(cgltf-test main.c) target_link_libraries(cgltf-test cgltf cgltf-tangents -lm)