blob: eb1720a07bef1c49919df4e77aa77e36a851fd0b [file] [log] [blame] [edit]
cmake_minimum_required(VERSION 3.6)
project(gltfutil)
set(CMAKE_CXX_STANDARD 11)
include_directories(../../)
file(GLOB gltfutil_sources *.cc *.h)
add_executable(gltfutil ${gltfutil_sources})