mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 05:57:51 +00:00
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:
committed by
Corentin Wallez
parent
931e6e82fd
commit
1bd219d8a8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user