Split BackendBinding from example/Utils into src/utils

This will make it possible to reuse the backend bindings for test suites
This commit is contained in:
Corentin Wallez
2017-06-19 12:53:38 -04:00
committed by Corentin Wallez
parent 931e6e82fd
commit 1bd219d8a8
13 changed files with 596 additions and 471 deletions

View File

@@ -13,6 +13,6 @@
# limitations under the License.
add_executable(glTFViewer glTFViewer.cpp)
target_link_libraries(glTFViewer utils)
target_link_libraries(glTFViewer sample_utils)
target_include_directories(glTFViewer PUBLIC ../ ${GLM_INCLUDE_DIR})
SetCXX14(glTFViewer)