Skip to content

Commit

Permalink
Merge branch 'cpp_api' of https://github.com/ssteinbach/OpenTimelineIO
Browse files Browse the repository at this point in the history
…into ssteinbach-cpp_api
  • Loading branch information
jminor committed Sep 11, 2018
2 parents c334cba + cd7b2c9 commit 894e9b7
Show file tree
Hide file tree
Showing 175 changed files with 37,530 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp_api/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
project(opentime)

add_subdirectory(pybind11)
pybind11_add_module(opentime opentime.cpp py_opentime.cpp)
Loading

0 comments on commit 894e9b7

Please sign in to comment.