Rename NXT -> Dawn in the rest of CMakeLists

This commit is contained in:
Corentin Wallez
2018-07-18 14:03:36 +02:00
committed by Corentin Wallez
parent f684040e0a
commit fde3f2b5e0
9 changed files with 22 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ endif()
add_library(utils STATIC ${UTILS_SOURCES})
target_link_libraries(utils dawn_backend shaderc_shared dawncpp dawn)
target_include_directories(utils PUBLIC ${SRC_DIR})
NXTInternalTarget("" utils)
DawnInternalTarget("" utils)
if(NOT MSVC)
# allow C-style casts -- for shaderc
set_property(TARGET utils APPEND PROPERTY COMPILE_OPTIONS "-Wno-old-style-cast")