Skip to content

Instantly share code, notes, and snippets.

@skorezore
Created August 1, 2015 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skorezore/49d87bd6008b45c783ff to your computer and use it in GitHub Desktop.
Save skorezore/49d87bd6008b45c783ff to your computer and use it in GitHub Desktop.
cmake_minimum_required (VERSION 2.8)
project (tinyobjloader)
add_library (tinyobjloader ${CMAKE_CURRENT_SOURCE_DIR}/tiny_obj_loader.cc)
target_include_directories (glad PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment